From a3eb64c94c5e2ad26ad0f61876e887314ab9b05d Mon Sep 17 00:00:00 2001 From: Marco Argentieri <3596602+tiero@users.noreply.github.com> Date: Thu, 2 May 2024 23:32:52 -0500 Subject: [PATCH] improve README instructions (#166) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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.