Update docs/liquid/liquid-part2.md
This commit is contained in:
parent
e1798c31d3
commit
2a704bad31
@ -52,7 +52,7 @@ Looking up this value on [https://blockstream.info/liquid/assets](https://blocks
|
||||
- It has only been issued once
|
||||
- However both the issued amount and the circulating supply has been hidden from us.
|
||||
|
||||
* Let's create another asset and this time choose a different option:
|
||||
* Let's create another asset and this time choose a different option (specifically, lets create this asset unblinded):
|
||||
- `$ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS issueasset 10 0 false`
|
||||
|
||||
{"txid": "1dfdf2f3a393a7a7be9f1f58c8651565a29486851268027794e1b69f5227864f",
|
||||
@ -67,7 +67,7 @@ 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.
|
||||
* Let's try sending this new unblinded 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
|
||||
@ -76,6 +76,10 @@ Looking up this value on [https://blockstream.info/liquid/assets](https://blocks
|
||||
|
||||

|
||||
|
||||
This is interesting: So although the transaction is visible, we can't see what was actually transferred (even though the details of the asset are visible, *it is still hidden inside the transaction*). Further, where is my Green Wallet address (ie. VJL6Th...)? We can see 3 output addresses, presumably these are: Change, Fee, and Receipiant...but which is my Green Wallet?
|
||||
|
||||
* Let's look up my [Green Wallet address directly in the explorer](https://blockstream.info/liquid/address/VJL6ThqfHJdJXu4oqbsyZCDZuEupptqfRciySLdRLfRqSjLLKCPrt12Ki7a82XNZZMCf5gRfQ8b5rRdu):
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user