/nft-protocol

Sui NFT Smart contracts maintained by the Origin Byte team

Primary LanguageMove

OriginByte

A new approach to NFTs

Origin-Byte is an ecosystem of tools, standards, and smart contracts designed to make life easier for Web3 Game Developers and NFT creators. From simple artwork to complex gaming assets, we want to help you reach the public, and provide on-chain market infrastructure.

The ecosystem is partitioned into three critical components:

  • The NFT standard, encompassing the core Nft, Collection, and Safe types, controlling the lifecycle and properties of each NFT.
  • Primary markets, encompassing Marketplace, Listing, and numerous markets which control the initial minting and sale of NFTs.
  • Secondary markets, encompassing principally the Orderbook which allows you to trade existing NFTs.

Resources

Install

This codebase requires installation of the Sui CLI.

If you are running on Linux you can use suivm to handle installation for you.

Built and Test

  1. $ sui move build to build the available move modules
  2. $ sui move test to run the move tests
  3. ./bin/publish.sh to publish the modules on localnet or devnet