From a4012157175df30de830e3824204426f1e5446f0 Mon Sep 17 00:00:00 2001 From: b0xxer Date: Mon, 29 Jan 2024 05:24:47 -0600 Subject: [PATCH] Update docs/liquid/liquid-part2.md --- docs/liquid/liquid-part2.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index d7e3b1f..aee8207 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -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