Skip to content

Commit

Permalink
Cleanup: remove BCH from docs (#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
iower committed Jan 24, 2021
1 parent 4c82bda commit 39f33be
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions docs/CORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,18 @@ Swap Core is a decentralized exchange protocol (DEP) for crosschain atomic swaps
| ETH | Ethereum |
| * (ERC20) | ERC20 tokens (USDT, ...) |
| BTC | Bitcoin |
| BCH | Bitcoin Cash |
| GHOST | Ghost |
| NEXT | NEXT.coin |

## Supported swap directions

| tx\rx | ETH | ERC20 | BTC | BCH | GHOST | NEXT |
|-------|------|-------|-----|-----|-------|------|
| ETH | | | + | | + | + |
| ERC20 | | | + | | + | |
| BTC | + | + | | | | |
| BCH | | | | | | |
| GHOST | + | + | | | | |
| NEXT | + | | + | | | + |
| tx\rx | ETH | ERC20 | BTC | GHOST | NEXT |
|-------|------|-------|-----|-------|------|
| ETH | | | + | + | + |
| ERC20 | | | + | + | |
| BTC | + | + | | | |
| GHOST | + | + | | | |
| NEXT | + | | + | | + |

## How it works step by step

Expand Down Expand Up @@ -393,7 +391,6 @@ For example swap.orders depends on swap.room, so it must wait until swap.room be

The service for authentication and storing auth data. Currently contains:

- **bch**
- **btc**
- **eth**
- **ghost**
Expand Down

0 comments on commit 39f33be

Please sign in to comment.