8000 GitHub - 0xmurloc/dexcandles-v2-eth: dexcandles subgraph for joe-v2 on ethereum
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0xmurloc/dexcandles-v2-eth

 
 

Repository files navigation

Dexcandles V2

Candle-sticks data subgraph for trading on Joe-V2 (5m/15m/1h/4h/1d/1w).

The subgraph indexes all trades for a given tokenX-tokenY pair, across both Joe-V1 and Joe-V2 DEX.

Install

# install graph-cli
$ yarn global add @graphprotocol/graph-cli

# build 
$ yarn 
$ yarn prepare
$ yarn codegen
$ yarn build

# authenticate
$ graph auth --product hosted-service

# deploy
$ yarn deploy

About

dexcandles subgraph for joe-v2 on ethereum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0