diff --git a/README.md b/README.md index 91ecc1d..9095860 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Run locally with Docker on Liquid Testnet. It uses `docker-compose` to build the ### Prerequisites -- [Go](https://go.dev/doc/install) - [Docker](https://docs.docker.com/engine/install/) ### Setup the Ocean wallet @@ -47,7 +46,7 @@ ocean wallet unlock --password ### Run arkd connected to Ocean -Build from source `./server` and start the ASP: +Start the ASP ```bash docker compose up -d arkd @@ -63,6 +62,12 @@ ocean account derive --account-name ark Fund the resulting address with [Liquid testnet faucet](https://liquidtestnet.com/faucet). +Check the balance of the `ark` account: + +```bash +ocean account --account-name=ark balance +``` + ### Ark client Inside the `arkd` container is shipped the `ark` CLI. You can submit payment to the ASP using the `ark` CLI.