diff --git a/docs/assets/asset-hub/hub-asset-1.png b/docs/assets/asset-hub/hub-asset-1.png index 13b6d41b7d83..32dd150fba46 100644 Binary files a/docs/assets/asset-hub/hub-asset-1.png and b/docs/assets/asset-hub/hub-asset-1.png differ diff --git a/docs/assets/asset-hub/hub-asset-4.png b/docs/assets/asset-hub/hub-asset-4.png new file mode 100644 index 000000000000..7c19cc8e98ba Binary files /dev/null and b/docs/assets/asset-hub/hub-asset-4.png differ diff --git a/docs/learn/learn-assets.md b/docs/learn/learn-assets.md index 091bf81b507d..a1d7881e265c 100644 --- a/docs/learn/learn-assets.md +++ b/docs/learn/learn-assets.md @@ -64,7 +64,7 @@ This pallet enables fees to be paid in any asset that has corresponding liquidit AssetHub. Learn more about asset conversion on AssetHub, [including guides on how to use it here.](./learn-asset-conversion-assethub.md) -## Creation and Management +## Create and Manage Assets :::info Walk-through video tutorial about creating assets diff --git a/docs/learn/learn-guides-assets-create.md b/docs/learn/learn-guides-assets-create.md index 3ccf13ea1552..1e0475230182 100644 --- a/docs/learn/learn-guides-assets-create.md +++ b/docs/learn/learn-guides-assets-create.md @@ -34,7 +34,7 @@ For additional background on the Asset Hub check out Before minting assets on the Asset Hub, we recommend that you try out this tutorial on Westend Asset Hub, which is a system parachain on Westend test network. The WND tokens (Westies) can be teleported from Westend to Westend Asset Hub, are available for free through a -[faucet](./learn-DOT.md#getting-tokens-on-the-westend-testnet). +[faucet](https://faucet.polkadot.io/). **The images in the guides below are for Polkadot, but they also apply to Kusama.** @@ -52,6 +52,11 @@ Assuming you have the required balance on your Asset Hub account, the following let you successfully create an asset on the Asset Hub - Access the Asset Hub through [Polkadot-JS UI](https://polkadot.js.org/apps/#/explorer). +- Check the next available Asset ID. This can be queried on-chain by navigating to Developer > Chain + State > Storage and then `assets.nextAssetId()`. + +![Query AssetId](../assets/asset-hub/hub-asset-4.png) + - Navigate to Network > Assets. ![Navigate to Assets page](../assets/asset-hub/hub-asset-0.png) @@ -59,8 +64,9 @@ let you successfully create an asset on the Asset Hub - Click on the create button and you will be presented with a pop-up window. Choose the creator account, name of the asset to be displayed on the Asset Hub, the asset's symbol, number of decimals for the asset, the minimum balance required to hold this asset on an Asset Hub account - and the most important field of your asset - the unique asset ID. The UI would not let you enter - an ID that has already been taken. After all the details are entered, click on the next button. + and the most important field of your asset - the unique asset ID. This has to be the value + returned by the `assets.nextAssetId()` query shown earlier. After all the details are entered, + click on the next button. ![Add Asset Metadata](../assets/asset-hub/hub-asset-1.png)