Skip to content

mesh-finance/mesh-finance-subgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is the official subgraph repo for Mesh Finance.

For more information see the docs on https://thegraph.com/docs/

Setup and Deployment

  1. Install dependencies
yarn
  1. Deploy

Get the access token from your graph profile. Add it to your local machine.

graph auth https://api.thegraph.com/deploy/ <ACCESS_TOKEN>

For Local Deployment:

See the docs at https://thegraph.com/docs/quick-start#local-development

For ropsten:

yarn prepare:ropsten && yarn codegen
yarn prepare:ropsten && yarn deploy:ropsten

For mainnet:

yarn prepare:mainnet && yarn codegen
yarn prepare:mainnet && yarn deploy:mainnet

For polygon mainnet:

yarn prepare:polygon && yarn codegen
yarn prepare:polygon && yarn deploy:polygon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published