git.delta.rocks / unique-network / refs/commits / c619fa15cf2f

difftreelog

Include ecosystem and walk-through in README

Greg Zaitsev2020-08-13parent: #c728eda.patch.diff
in: master

2 files changed

modifiedREADME.mddiffbeforeafterboth
66
7The NFT Pallet is the core of NFT functionality. Like ERC-721 standard in Ethereum ecosystem, this pallet provides the basement for creating collections of unique non-divisible things, also called Non Fungible Tokens (NFTs), minting NFT of a given Collection, and managing their ownership.7The NFT Pallet is the core of NFT functionality. Like ERC-721 standard in Ethereum ecosystem, this pallet provides the basement for creating collections of unique non-divisible things, also called Non Fungible Tokens (NFTs), minting NFT of a given Collection, and managing their ownership.
88
9The pallet also enables storing NFT properties. Though (according to ERC-721) NFT properties belong to logic of a concrete application that operates a Collection, so purposefully the NFT Tracking Module does not have any knowledge about properties except their byte size leaving application logic out to be controller by Smart Contracts.9The pallet also enables storing NFT properties. Though (according to ERC-721) NFT properties belong to logic of a concrete application that operates a Collection, so purposefully the NFT Tracking Module does not have any knowledge about properties except their byte size leaving application logic out to be controlled by Smart Contracts.
1010
11The NFT Chain also provides:11The NFT Chain also provides:
1212
13* Smart Contracts Pallet and example smart contract that interacts with NFT Runtime13* Smart Contracts Pallet and example smart contract that interacts with NFT Runtime
14* ERC-1155 Functionality (currently PoC as Re-Fungible tokens, i.e. items that are still unique, but that can be split between multiple users)14* ERC-1155 Functionality (currently PoC as Re-Fungible tokens, i.e. items that are still unique, but that can be split between multiple users)
15* Variety of economic options for dapp producers to choose from to create freemium games and other ways to attract users. As a step one, we implemented an economic model when a collection sponsor can be set to pay for collection Transfer transactions.15* Variety of economic options for dapp producers to choose from to create freemium games and other ways to attract users. As a step one, we implemented an economic model when a collection sponsor can be set to pay for collection Transfer transactions.
1616
17Wider NFT Ecosystem:
18(Most of it was also developed during Hackusama)
19* [SubstraPunks Game hosted on IPFS](https://github.com/usetech-llc/substrapunks)
20* [NFT Wallet and UI](https://uniqueapps.usetech.com/#/nft)
21* [NFT Asset for Unity Framework](https://github.com/usetech-llc/nft_unity)
1722
18## Kusama Hackaphon Update23Please see our [walk-thorugh instructions](demo/hackusama_walk_through.md) to try everything out!
1924
25## Hackusama Update
26
20During the Kusama Hackaphon the following changes were made:27During the Kusama Hackaphon the following changes were made:
21* Enabled Smart Contracts Pallet28* Enabled Smart Contracts Pallet
22* Enabled integration between Smart Contracts and NFT Pallet (required special edition of RC4 Substrate version)29* Enabled integration between Smart Contracts and NFT Pallet (required special edition of RC4 Substrate version)
addeddoc/hackusama_walk_through.mddiffbeforeafterboth

no changes