Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 595 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 595 Bytes

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