From 59501f9bd0b8b169337dd6b606c3494cda8826ff Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Tue, 27 Oct 2020 10:26:29 +0000 Subject: [PATCH] Add description for builders program - update --- --- a/doc/builders_walk_through.md +++ b/doc/builders_walk_through.md @@ -53,6 +53,8 @@ Fungible and Re-Fungible modes are fully implemented and ready for QA as of now. Fungible mode allows creation of ERC-20-like tokens, and Re-Fungible allows sharing NFT tokens between multiple addresses. +#### Re-Fungibility + Re-fungible feature is best demonstrated in action using our NFT wallet. First, you need to have some Unique and Re-Fungible tokens. [This section](#getting-some-unique-tokens) tells how to get them. 1. Open the [NFT Wallet](https://uniqueapps.usetech.com/#/nft) @@ -62,6 +64,8 @@ 5. Transfer the token to some other address: Click "Transfer token" and enter address and the amount. Amount should be entered as decimal fraction. For example "0.01" to transfer 1/100th part of the token. 6. Observe that your balance decreased by the amount you entered. +#### Fungibility + Fungible tokens can be created manually by calling extrinsics: 1. Open [Extrinsics page in UI](https://uniqueapps.usetech.com/#/extrinsics) 2. Select nft - createCollection @@ -225,7 +229,7 @@ 2. Contact us in [Unique Telegram channel](https://t.me/Uniquechain), so we can place a test NFT for you buy on the marketplace. 3. Refresh the marketplace page and click on the NFT to buy (the one we placed) 4. Go through buying process -5. Let us know to exchange KSM back for the NFT (if you'd would not like to keep the punk of course :) ) +5. Let us know to exchange KSM back for the NFT (if you would not like to keep the punk of course :) ) ### How Marketplace works -- gitstuff