You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lightning-network-tools/taproot-assets/first-steps.md
+43-49Lines changed: 43 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ description: >-
10
10
11
11
When running `tapd` as part of `litd` ([integrated mode](../lightning-terminal/integrating-litd.md)), you will need to specify that you are connecting to the `litd` process when executing `tapcli` commands from the command line interface. This has to include the `tls.cert` and port `8443`. Unless you are running on mainnet, the network has to be specified as well.
Future sample commands will omit these details for simplicity.
16
16
@@ -50,52 +50,50 @@ This will add your asset to a minting queue called a batch, which allows multipl
50
50
51
51
You will be given a `batch_txid`, which will have to be included in a block before you can spend your newly created assets. You can also inspect the newly created asset(s) by calling the command
52
52
53
-
`tapcli assets list --show_unconfirmed_mints`
53
+
`tapcli assets list --show_unconfirmed_mints` 
The output of this command can be explained as follows:
@@ -144,10 +142,6 @@ Tapping into Taproot Assets #5: Mint from the CLI
144
142
145
143
Assets that were minted with the flag `--new_grouped_asset` do not have a fixed supply. A new batch of this asset can be minted later in a way that the two assets are considered of the same asset group, and therefore fungible.
146
144
147
-
{% hint style="info" %}
148
-
**At the moment it is not possible to spend two assets with different asset IDs, even if they belong to the same asset group.**
149
-
{% endhint %}
150
-
151
145
To increase the supply of such an asset, we will need its tweaked\_group\_key.
152
146
153
147
`tapcli assets mint --type normal --name beefbux --supply 100000 --decimal_display 3 --meta_type json --grouped_asset --group_key 025234364112f83ea7ee8e35f061d625df82ee07e443835107947e3bb53e8e9bfc`
0 commit comments