My Web3 full stack Solicity smart contract & blockchain development journey along with
» this course from Patrick Collins
- Clone the repo
git clone https://github.com/levblanc/web3-nft-marketplace-graph.git
-
Install dependencies with
yarn install
ornpm install
-
Generate classes for graphql schema & marketplace contract
graph codegen
- Build for deploying subgraph
graph build
Other available commands in package.json
.
- Setup subgraph env
- Build a subgraph to handle the events emit from NFT marketplace contract
- Deploy to Subgraph Studio on The Graph