Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 312 Bytes

README.MD

File metadata and controls

22 lines (15 loc) · 312 Bytes

Harvest Base Subgraph

Pre deploy

## execute
chmod +x deploy.sh

## create .env and add DEPLOY_URL
nano .env
DEPLOY_URL=..

Setup

  • Install dependencies yarn install
  • Deploy on local machine graph create --node http://localhost:8020/ harvest-graph
  • Run tests graph test

Queries

TBD