Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 578 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 578 Bytes

DEX223 V1 Subgraph

Setup project

Pending Changes at same URL

git clone https://github.com/EthereumCommonwealth/dex223-subgraph
cd dex223-subgraph && touch .env

Add values to .env file

NETWORK=<network name>
SUBGRAPH_KEY=<add subgraph secret key from TheGraph studio>

Add file with in ./config/<network name>.js watch for example in directory

yarn template
yarn compile
export $(xargs < .env) && graph deploy --studio dex223-v1-$NETWORK

Test

If you want to run test install docker.

graph test -d