Skip to content

EthereumCommonwealth/Dex223-subgraph

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published