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

difftreelog

Update project description, add hackaphon update

Greg Zaitsev2020-08-11parent: #90c43a4.patch.diff
in: master

1 file changed

modifiedREADME.mddiffbeforeafterboth
22
3# NFT Parachain3# NFT Parachain
44
5## Project Description
6
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.
8
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.
10
11The NFT Chain also provides:
12
13* Smart Contracts Pallet and example smart contract that interacts with NFT Runtime
14* ERC-1155 Functionality (currently PoC as Re-Fungible tokens)
15* Variety of economic options for dapp producers to choose from to create freemium games and other ways to attract users
16* Solutions that allow non-blockchain developers to quickly deploy dApps for mass markets
17* Interoperability that allows reaching much bigger audiences
18* Scalability on par with non-blockhcain solutions
19
20## Kusama Hachaphon Update
21
22During the Kusama Hackaphon the following changes were made:
23* Enabled Smart Contracts Pallet
24* Enabled integration between Smart Contracts and NFT Pallet (required special edition of RC4 Substrate version)
25* Fixed misc. bugs in NFT Pallet
26* Deployed NFT TestNet. Public node available at wss://unique.usetech.com, custom UI types - see below in this README.
27* New Features:
28 * Re-Fungible Token Mode
29 * Off-Chain Schema to store token image URLs
30 * Alternative economic model
31 * White Lists and Public Mint Permission
32* Use example: [SubstraPunks Game](https://github.com/usetech-llc/substrapunks), fully hosted on IPFS and NFT Testnet Blockchain.
33
5## Application Development34## Application Development
635
7If you are building an application that operates NFT tokens, use [this document](doc/application_development.md).36If you are building an application that operates NFT tokens, use [this document](doc/application_development.md).