From 67a9a633a3660642daff9739b7fd420385758e54 Mon Sep 17 00:00:00 2001 From: b0xxer Date: Thu, 25 Jan 2024 05:41:28 -0600 Subject: [PATCH] Update docs/liquid/liquid-part2.md --- docs/liquid/liquid-part2.md | 3 +++ 1 file changed, 3 insertions(+) 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