From 26de313c6c96b30b7b61a82ab37181e2f1566924 Mon Sep 17 00:00:00 2001 From: b0xxer Date: Fri, 26 Jan 2024 06:34:15 -0600 Subject: [PATCH] Update docs/liquid/liquid-part2.md --- docs/liquid/liquid-part2.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index 0de7dbf..5db7ddf 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -67,6 +67,11 @@ Looking up this value on [https://blockstream.info/liquid/assets](https://blocks * Now we can see the total issued amount / supply[^2] +* Let's try sending this new asset to another wallet (my Blockstream Green mobile wallet) and see what is visible on the network. + - `$sudo ./scripts/app compose elements exec node elements-cli -named -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS sendtoaddress address="VJL6Thq......" amount=1.0 fee_rate=1 assetlabel="03d63d6c...." + + edf087368703bbb99054b4c5d7d1a85a9fbc4ad1ba9eac97c71463eb822dea3b` + * Lets set that to a variable for use later ```