Decentralised infrastructure for chain-agnostic dynamic NFT metadata
This project is about building an independent decentralise metadata network which provide a more robust and more dynamic NFT metadata utility. The main focus of this project is:
Google slides https://docs.google.com/presentation/d/1hRUw5UQrMbcvkxDi7miw-uzcCyxUD5xq_Oms8ioX8_A/edit?usp=sharing
Fluence Network - Breaking down each logics to smaller and manageable services, which responsible for the execution and validation of NFT metadata. The Graph - indexing the project smart contracts CovalentHQ - fast retrieval of NFT metadata using token_id and address IPFS - Storing log service from network processes Polygon - ERC721, ERC20
As a POC, we build an asteroid game which connected to the our p2p services. User able to mint a rocket NFT with randomise starting stats. As user gain point, the point is updated into our metadata network and reflected in the user NFT.
User also able to combine 2 separate NFT (Base, Consumable) using a slot technique. As the merge successful, the ``"Base" NFT skin resource is replace with resource from "Consumable" NFT and "Consumable" NFT is burned.