Skip to content

NFT marketplace contract boilerplate. Support features: Genes science, simple access control, nft evolve, spawn, rebirth, upgradeable

License

Notifications You must be signed in to change notification settings

crypitor/nft-market-boilerplate

Repository files navigation

NFT-Market-Contracts

This project contains multiple pieces to create a functional (although not production ready) NFT marketplace blockchain

Requirements

Build & Compile

mv env.sample.json env.json  
yarn  
yarn add global truffle  

Truffle compile and migrate

truffle compile  
truffle develop  --log
truffle migrate  
truffle test

Deploy smart contracts

truffle migrate --network mainnet

Subgraph

Build

cd subgraphs
yarn
yarn build --network mainnet

About

NFT marketplace contract boilerplate. Support features: Genes science, simple access control, nft evolve, spawn, rebirth, upgradeable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published