Update docs/liquid/liquid-part2.md

This commit is contained in:
b0xxer 2024-01-29 05:24:47 -06:00
parent 5c96b8f6f6
commit a401215717

View File

@ -152,9 +152,11 @@ 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.
On my end, the script generated a new asset, [which can be seen here](https://blockstream.info/liquid/asset/3e62af3c80c56ab6fec3d1e5646637152afebaf2a86ace075bbb7a88702e1fe5)
![](7-part2-registered.png)
Having done the above, we can now see the asset:
Looking at this newly created asset asset, we can see:
* Has an actual Name + Ticker instead of just a UUID
* Has decimalization preference set
* Shows registered website that controls it
@ -171,7 +173,9 @@ Now it shows up in a much more user-friendly format.
# Wrap-up and Next Session
In this session we issued assets and looked at their basic features. In the next part in the series, we will delve into even more advanced aspects of Liquid like: Swaps, Contracts, etc. Then finally we will peg-out and return our Bitcoin to mainchain.
[^1]: The values E_RPCUSER and E_RPCPASS, where environmental variables we set in Part I