difftreelog
Include ecosystem and walk-through in README
in: master
2 files changed
README.mddiffbeforeafterboth--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
The 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.
-The 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.
+The 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.
The NFT Chain also provides:
@@ -14,8 +14,15 @@
* ERC-1155 Functionality (currently PoC as Re-Fungible tokens, i.e. items that are still unique, but that can be split between multiple users)
* 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.
+Wider NFT Ecosystem:
+(Most of it was also developed during Hackusama)
+* [SubstraPunks Game hosted on IPFS](https://github.com/usetech-llc/substrapunks)
+* [NFT Wallet and UI](https://uniqueapps.usetech.com/#/nft)
+* [NFT Asset for Unity Framework](https://github.com/usetech-llc/nft_unity)
-## Kusama Hackaphon Update
+Please see our [walk-thorugh instructions](demo/hackusama_walk_through.md) to try everything out!
+
+## Hackusama Update
During the Kusama Hackaphon the following changes were made:
* Enabled Smart Contracts Pallet
doc/hackusama_walk_through.mddiffbeforeafterbothno changes