Mintbase enables users to mint and sell NFTs
- Data Driver: All of Mintbase's interfase is driven off the graph using Apollo Subscription hooks
git clone git@github.com:Mintbase/graph-mint-factory.git
npm i
npm install -g @graphprotocol/graph-cli
graph auth https://api.thegraph.com/deploy/ <ACCESS_TOKEN>
Deploy Rinkeby
npm run codegen
npm run prep:rinkeby
npm run deploy:rinkeby
Deploy Mainnet
npm run codegen
npm run prep:mainnet
npm run deploy:mainnet
You can find the Mintbase documentation on the website.