Code Monkey home page Code Monkey logo

nt-nft's Introduction

*This Pallet is a work in progress. Currently it is in a state where events are defined and available to be called by extrinsics, but this pallet needs additional work around its storage implementations before it will be fully useful in a finished state.*

nt-nft

Substrate pallet that enables parachains to issue non-transferable non-fungible tokens (nt-nfts).

Overview

The nt-nft module provides functionality for managing non-transferable non-fungible asset classes, including. NT-NFT

Problem

NFTs have generated significant value by creating a decentralized distributed digital representation of ownership. While this has found great success as a solution for assets with transferable ownership like art and even real estate, their transferable implementation is not suitable for non-transferable assets like credentials and memberships which need to be tied to a specific entity.

The need for NT-NFTs has been discussed in the crypto community, most notably, recently Vitalik Buterin wrote about the concept under the moniker of Soulbound Tokens.

Solution

Our solution is to implement Non-Transferable NFTs within a Substrate pallet.

At its core, our pallet is based off of Substrate's existing open source Uniques pallet. From Uniques' base NFT implementation, we stripped out transferability and have modeled functionality for proposing and accepting NT-NFT assignments. Proposals and acceptances are intended to prevent unwanted spam NT-NFTs from being assigned to individuals.
Additionally, we have added an optional expiration value which is aimed specifically at supporting impermanent credentials and memberships.

Pallet Details

NT-NFT Creation and Assignment

Certification Scenario

Content Restriction Scenario

Functions

  • create_collection
  • destroy_collection
  • freeze_collection
  • thaw_collection
  • mint_ntnft
  • assign_ntnft
  • discard_ntnft
  • accept_assignment
  • cancel_assignment
  • force_create
  • force_collection_status

Next Steps

  • Refine NT-NFT Pallets Implementation
  • Develop starter implementations for basic certification and membership use cases
  • Integrate the NT-NFT pallet into Ventur, a business process focused parachain
  • Create a testnet for Ventur and NT-NFT functionality

Related Modules

License: MIT

nt-nft's People

Contributors

gryczka avatar ginsiucheng avatar maciekzielonka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.