git.delta.rocks / unique-network / refs/commits / 59501f9bd0b8

difftreelog

Add description for builders program - update

Greg Zaitsev2020-10-27parent: #9a85aa3.patch.diff
in: master

1 file changed

modifieddoc/builders_walk_through.mddiffbeforeafterboth
5353
54Fungible 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.54Fungible 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.
5555
56#### Re-Fungibility
57
56Re-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.58Re-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.
5759
581. Open the [NFT Wallet](https://uniqueapps.usetech.com/#/nft)601. Open the [NFT Wallet](https://uniqueapps.usetech.com/#/nft)
614. Expand the "Artwork" collection and see that you own a token with a partial balance634. Expand the "Artwork" collection and see that you own a token with a partial balance
625. 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. 645. 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.
636. Observe that your balance decreased by the amount you entered.656. Observe that your balance decreased by the amount you entered.
66
67#### Fungibility
6468
65Fungible tokens can be created manually by calling extrinsics:69Fungible tokens can be created manually by calling extrinsics:
661. Open [Extrinsics page in UI](https://uniqueapps.usetech.com/#/extrinsics)701. Open [Extrinsics page in UI](https://uniqueapps.usetech.com/#/extrinsics)
2252. Contact us in [Unique Telegram channel](https://t.me/Uniquechain), so we can place a test NFT for you buy on the marketplace.2292. Contact us in [Unique Telegram channel](https://t.me/Uniquechain), so we can place a test NFT for you buy on the marketplace.
2263. Refresh the marketplace page and click on the NFT to buy (the one we placed)2303. Refresh the marketplace page and click on the NFT to buy (the one we placed)
2274. Go through buying process2314. Go through buying process
2285. Let us know to exchange KSM back for the NFT (if you'd would not like to keep the punk of course :) )2325. Let us know to exchange KSM back for the NFT (if you would not like to keep the punk of course :) )
229233
230### How Marketplace works234### How Marketplace works
231235