project screenshot 1
project screenshot 2
project screenshot 3
project screenshot 4
project screenshot 5
project screenshot 6

NFT Next

A DataDAO for self-sovereign content allows anyone publish articles, illustrated novels in NFTs and being accessed by the token holders only

NFT Next

Created At

Hack FEVM

Project Description

There are a various type of content like as Graphic Novels, Comics and Articles that DAO and NFT can together play a pivotal role in protecting copyright and distributing into much wider audience.

NFT Next is a DataDAO that allows creators publish articles, comics and graphic novels in ERC-1155 Soulbound NFTs that the DAO facilitates as a decentralized networks of creators and readers who have voting power measured by the number of staking tokens, the system aims to remove barrier of entry to became content creators that being valued by other DAO members. The content's NFT comprises of text and images, the images is public while the text is private and will be shown to the token holders via Merkle-Tree data protection scheme we implemented and later on the DAO member who bought the most recent can help set the price according to value.

How it's Made

There are 2 main elements made up to this project:

  • Soulbound ERC1155 NFT - Ensures that the NFT can be traded only within the DAO ecosystem means the royalty and represents a license given to the token holders.
  • Data Protection Scheme - The sentence will be broke into words and hashed its structure and put into smart contracts (for Merkle's root) and IPFS (for Merkle's leaves), some dummy words also be adding and put into the NFT's metadata section, eventually, the token holder can detect which word is fake or not fake at particular index by following logic: if (balanceOf(msg.sender, _tokenId) > 0) { holded = true; } bytes32 leaf = keccak256(abi.encodePacked(holded, _index, _word));
background image mobile

Join the mailing list

Get the latest news and updates