From 67daa5d9167eb7e6fa0a6ec9ae139c7fa4bce61c Mon Sep 17 00:00:00 2001 From: b0xxer Date: Tue, 30 Jan 2024 05:44:54 -0600 Subject: [PATCH] Update docs/liquid/liquid-part2.md --- docs/liquid/liquid-part2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index afc7a76..5395bcd 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -10,7 +10,7 @@ This is a multipart DeepDive that will focus on the Liquid Sidechain. It will be In Part I, we successfully Pegged-In our BTC and received L-BTC, now lets use that L-BTC to do some interesting things with Asset Issuance: -Before we jump straight into creating an asset, let us first look at our wallet[^1]: +Before we jump straight into creating an asset, let us first look at our existing wallet[^1]: ``` $ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS getwalletinfo @@ -22,7 +22,7 @@ $ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER {"bitcoin": "6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d"} ``` -So our wallet already has an asset called 'bitcoin' and there is an associated UUID of `6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d`. Everything in Liquid is an 'Asset' (including L-BTC) and each of these Assets can have different features. +So our wallet already has an asset called 'bitcoin' which has an associated UUID of `6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d`. Everything in Liquid is an 'Asset' (including L-BTC) and each of these Assets can have different features. Looking up this asset label on [https://blockstream.info/liquid/assets](https://blockstream.info/liquid/asset/6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d) we can see some info about it: @@ -54,7 +54,7 @@ $ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER "bitcoin": 0.00140447,} ``` -* We can see our wallet has 10 of our assets[^2], lets checkout what the [Liquid network knows about it](https://blockstream.info/liquid/asset/8aa889f0bd16bab7d236ab6f3583481382bf976433360ff240cf22b79181a50f): +* We can see our wallet has 10 of our assets[^2] (which has a label '8aa889...'), lets checkout what the [Liquid network knows about it](https://blockstream.info/liquid/asset/8aa889f0bd16bab7d236ab6f3583481382bf976433360ff240cf22b79181a50f): ![](2-part2-firstasset.png)