Skip to content

Commit

Permalink
PLT-7841 Minor revisions based on reviewer comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Oct 11, 2023
1 parent e1cbe1c commit 216c4d0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lessons/09-minting/09-minting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"source": [
"## Design the tokens\n",
"\n",
"Now we create [CIP-25](https://cips.cardano.org/cips/cip25/) metadata for the tokens that we will mint. This has metadata key `721` and consists of the following:\n",
"Now we create [CIP-25](https://cips.cardano.org/cips/cip25/) metadata for the tokens that we will mint. CIP23 metadata has key `721` and consists of the following:\n",
"\n",
"- JSON describing the token.\n",
"- Optionally, links to external resources such as an image for the token.\n",
Expand Down Expand Up @@ -373,7 +373,7 @@
"id": "e15ac188-f1d5-44c5-80c6-8bcb90cbe3a6",
"metadata": {},
"source": [
"## Optional: Burning tokens\n",
"## *Optional:* Burning tokens\n",
"\n",
"Marlowe CLI also provides a command for un-minting (i.e., \"burning\") previously minted tokens."
]
Expand All @@ -397,7 +397,7 @@
"tags": []
},
"source": [
"## Optional: Details of the minting script\n",
"## *Optional:* Details of the minting script\n",
"\n",
"The Marlowe CLI uses a Simple Script V2 as its minting policy. Let's manually derive that policy and see that it has the same policy ID as the tool reported.\n",
"\n",
Expand Down Expand Up @@ -523,7 +523,7 @@
"id": "484a9c4a-7ce1-49a2-9550-6d882b9b9e41",
"metadata": {},
"source": [
"## Example Marlowe contract: a small airdrop to Ada Handle holders\n",
"## *Optional:* Example Marlowe contract: a small airdrop to Ada Handle holders\n",
"\n",
"The tokens that we've minted can be used in ordinary transactions or in Marlowe contracts. Here we'll use them in a small airdrop to six holders of [Ada Handle](https://mint.handle.me/) tokens.\n",
"\n",
Expand Down Expand Up @@ -679,7 +679,9 @@
"source": [
"### Transaction 1. Create the contract on the blockchain\n",
"\n",
"We'll be sending the tokens to holders of [ADA Handles](https://mint.handle.me/), so we need to use the Ada Handles policy ID as the Marlowe roles currency symbol. *If you are not running on `mainnet`, then you'll need to use a different policy ID for the role tokens and you must mint those yourself (or use pre-existing role tokens)."
"We'll be sending the tokens to holders of [ADA Handles](https://mint.handle.me/), so we need to use the Ada Handles policy ID as the Marlowe roles currency symbol.\n",
"\n",
"⚠️ *If you are not running on `mainnet`, then you'll need to use a different policy ID for the role tokens and you must mint those yourself (or use pre-existing role tokens).*"
]
},
{
Expand Down

0 comments on commit 216c4d0

Please sign in to comment.