difftreelog
Update project description, add hackaphon update
in: master
1 file changed
README.mddiffbeforeafterboth223# NFT Parachain3# NFT Parachain445## Project Description67The 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.89The 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.1011The NFT Chain also provides:1213* Smart Contracts Pallet and example smart contract that interacts with NFT Runtime14* 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 users16* Solutions that allow non-blockchain developers to quickly deploy dApps for mass markets17* Interoperability that allows reaching much bigger audiences18* Scalability on par with non-blockhcain solutions1920## Kusama Hachaphon Update2122During the Kusama Hackaphon the following changes were made:23* Enabled Smart Contracts Pallet24* Enabled integration between Smart Contracts and NFT Pallet (required special edition of RC4 Substrate version)25* Fixed misc. bugs in NFT Pallet26* 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 Mode29 * Off-Chain Schema to store token image URLs30 * Alternative economic model31 * White Lists and Public Mint Permission32* Use example: [SubstraPunks Game](https://github.com/usetech-llc/substrapunks), fully hosted on IPFS and NFT Testnet Blockchain.335## Application Development34## Application Development6357If 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).