mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-19 05:04:21 +01:00
improve README instructions (#166)
This commit is contained in:
@@ -25,7 +25,6 @@ Run locally with Docker on Liquid Testnet. It uses `docker-compose` to build the
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- [Go](https://go.dev/doc/install)
|
|
||||||
- [Docker](https://docs.docker.com/engine/install/)
|
- [Docker](https://docs.docker.com/engine/install/)
|
||||||
|
|
||||||
### Setup the Ocean wallet
|
### Setup the Ocean wallet
|
||||||
@@ -47,7 +46,7 @@ ocean wallet unlock --password <password>
|
|||||||
|
|
||||||
### Run arkd connected to Ocean
|
### Run arkd connected to Ocean
|
||||||
|
|
||||||
Build from source `./server` and start the ASP:
|
Start the ASP
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d arkd
|
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).
|
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
|
### Ark client
|
||||||
|
|
||||||
Inside the `arkd` container is shipped the `ark` CLI. You can submit payment to the ASP using the `ark` CLI.
|
Inside the `arkd` container is shipped the `ark` CLI. You can submit payment to the ASP using the `ark` CLI.
|
||||||
|
|||||||
Reference in New Issue
Block a user