This project contains multiple pieces to create a functional (although not production ready) NFT marketplace blockchain
- Node.js at least v16.19.0— Install Node
mv env.sample.json env.json
yarn
yarn add global truffle
truffle compile
truffle develop --log
truffle migrate
truffle test
truffle migrate --network mainnet
cd subgraphs
yarn
yarn build --network mainnet