Update docs/liquid/liquid-part2.md

This commit is contained in:
b0xxer 2024-01-26 06:34:15 -06:00
parent e06da650e8
commit 26de313c6c

View File

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