NFT Gen 2 Tech Doc
  • Introduction
  • Overview
    • NFT Data Chain
    • Cosmos SDK
    • Modules
      • Core Module
      • Oracle
  • Integration
    • Creating Schema
    • System Mode
      • Minting
      • Sending Action
    • User Mode
      • Minting
      • Sending Action
  • Data-chain Base URI
  • Getting Started
    • Installation (Golang)
    • Getting Started
      • Download Binary
      • Developer Resources
      • Binary Overview
      • Create Account
      • Faucet
      • Deploy NFT Gen2
      • Perform Action of NFT Gen2
      • Update NFT Schema
      • Script
    • SDK Package for NodeJs
      • Example Resources
      • Deploy NFT Gen2
      • Perform Action of NFT Gen2
      • Update NFT Schema
    • SDK for GO
      • Requirements
      • Installation
      • Usage
      • Preparing Key for Authentication
      • Supported Messages and Queries
      • Examples
    • Six Protocol Developer Community
Powered by GitBook
On this page
  • Overview
  • Core features

Introduction

Overview

This document explains current functions of the core functions of the NFT Chain.

Core features

  • Manage dynamic metadata of NFT on the chain while NFT itself is still on the origin chain( Ethereum, Klaytn, or any EVM)

  • Designable business rules on each activity which is used to update attributes maintained on the chain

  • Generated base URI representing all attributes in metadata from both origin chain and NFT chain as marketplace-standard format

  • EVM Compatible, users can still use Metamask or any EVM wallet as long as they can still sign a message with their account.

NextNFT Data Chain

Last updated 2 years ago