diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index eee74ad..5939eda 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -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