diff --git a/docs/liquid-part1.md b/docs/liquid-part1.md index bdcb966..928ba95 100644 --- a/docs/liquid-part1.md +++ b/docs/liquid-part1.md @@ -79,9 +79,14 @@ Liquid uses a variation of BTC Core program known as Elements, much of the setup - `$ export E_RPCPASS=XXXXXXXXXXXXXXXXXXXXXXX` * You should now be able to issue commands against the elements daemon - `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS getblockcount` - - `25846` + - `25846` (It doesn’t matter what the number returned is, can even be 0, as long as no error.) ... Go take a break, it needs to download approx 20GB ... +* Create a default wallet + - `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS createwallet ""` +* Check balance info + - `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS getwalletinfo` + Footnotes: