Update docs/liquid/liquid-part2.md

This commit is contained in:
b0xxer 2024-01-28 11:07:34 -06:00
parent 50fe5cef59
commit c534729553

View File

@ -152,10 +152,25 @@ Take the `liquid-asset-proof-ASSET` file and place it in `.well-known` folder in
Then you can run the `register_asset_ASSET.sh` script and you should get a json response back indicating success. Then you can run the `register_asset_ASSET.sh` script and you should get a json response back indicating success.
Having done the above, we can now see the asset has been registered and has a Contract + Contract Hash associated with it:
![](7-part2-registered.png) ![](7-part2-registered.png)
Having done the above, we can now see the asset:
* Has an actual Name + Ticker instead of just a UUID
* Has decimalization preference set
* Shows registered website that controls it
* Has a Contract + Contract Hash associated with it
Now if I send 2 of these to my same Blockstream Green Wallet:
![](8-part2-wassetlabel.png)
Now it shows up in a much more user-friendly format.