Skip to content

Commit

Permalink
fix(readme): more mods (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeynog authored Mar 20, 2021
1 parent 1f25866 commit 56e31e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Axelar Network is a work in progress. At no point in time should you transfer an
+ https://hub.docker.com/repository/docker/axelarnet/axelar-core
+ https://hub.docker.com/repository/docker/axelarnet/tofnd

## Useful commands
Axelar node runs in two containers (one with the core consensus engine and another with threshold crypto process). You can stop/remove all your containers using:
```
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
```

## What you need
- Bitcoin testnet faucet to send some test BTC: https://testnet-faucet.mempool.co/
- Metamask
Expand Down

0 comments on commit 56e31e8

Please sign in to comment.