Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 625 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 625 Bytes

Niftyzone Marketplace & Minter Subgraph

Setting up local development environment

Prerequisites

Make sure you have docker installed in your system.

In the root directory run the following command

docker compose up -d

To prepare the workspace for a given network run,

yarn prepare:<network>

To deploy locally

yarn create-local
yarn deploy-local

Go to http://localhost:4000 to view the graphql playground

Deploy

export NIFTYZONE_SUBGRAPH_ACCESS_KEY=<your-access-key>
yarn deploy:<network>