Update docs/liquid/liquid-part2.md
This commit is contained in:
parent
0c4eadc130
commit
e0c2348f94
@ -160,7 +160,7 @@ This Confidential Asset has ultimate privacy, we can't really see anything about
|
||||
|
||||
* Now we can see the total issued amount / supply[^2]
|
||||
|
||||
* Let's try sending this new unblinded asset to another wallet (my Blockstream Green mobile wallet) and see what is visible on the network.
|
||||
* Let's try sending 2 of these unblinded assets 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="VJLJZQ...." amount=2.0 assetlabel="409b1d0...."`
|
||||
|
||||
1122b7ef721864b0682120d474cc5a68e6c58fc62a2482bdc5195782f4503e7a
|
||||
@ -214,6 +214,6 @@ Before you proceed to the next step, please verify that they above file is reach
|
||||
|
||||
|
||||
[^1]: The values E_RPCUSER and E_RPCPASS, where environmental variables we set in Part I
|
||||
[^2]: Like in bitcoin, 1 integer unit is 100,000,000 base units (not sats, but equivalent concept)
|
||||
[^2]: Like in bitcoin, 1 integer unit is 100,000,000 base units (not sats, but equivalent concept) - So in this case issuing "10" assets is really issuing 1,000,000,000 units (10 x 100,000,000).
|
||||
[^3]: Technically just running `elements-cli issueasset 10 0` is enough to issue an asset, however there will be limitations later on when trying to register the asset, burn, remove, etc.
|
||||
[^4]: Using a legacy address for this task imposes no real implications to your security since its only used to remove assets from the registry. Its possible to do this with a non-legacy address, but more steps are involved and we will need to use other tools rather than what's already built-in to Elements node, so we will just use a legacy address for this.
|
||||
Loading…
x
Reference in New Issue
Block a user