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, andSafetypes, 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
Orderbookwhich allows you to trade existing NFTs.
-
Protocol contract:
-
LaunchpadV2 contract:
This codebase requires installation of the Sui CLI.
If you are running on Linux you can use suivm to handle installation for you.
$ sui move buildto build the available move modules$ sui move testto run the move tests./bin/publish.shto publish the modules on localnet or devnet