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 ```