Update docs/liquid/liquid-part2.md

This commit is contained in:
b0xxer 2024-01-25 05:41:28 -06:00
parent aae415b261
commit 67a9a633a3

View File

@ -27,6 +27,9 @@ Looking up this value on [https://blockstream.info/liquid/assets](https://blocks
### Issuing our own Asset
* Issuing our own asset is straight-forward, as its a single line command in the client. Let's issue 10 new tokens and set the supply to be fixed (no re-issuance)
- `$ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS issueasset 10 0`
[^1]: The values E_RPCUSER and E_RPCPASS, where environmental variables we set in Part I