improve README instructions (#166)

This commit is contained in:
Marco Argentieri
2024-05-02 23:32:52 -05:00
committed by GitHub
parent 166b4c99ad
commit a3eb64c94c

View File

@@ -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 <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.