@synfutures/synfutures-data

utils to fetch synfutures data from thegraph indexer

Usage no npm install needed!

<script type="module">
  import synfuturesSynfuturesData from 'https://cdn.skypack.dev/@synfutures/synfutures-data';
</script>

README

SynFutures Data

  1. Command line tools to dump data from thegraph indexer
  2. Potentially can also be used as a sdk to load data from indexer

Usage/Examples

help

node .\bin.js accounts --option

log to console

node .\bin.js withdraws --max=10 --network=erc7

save as csv

node .\bin.js withdraws --max=10 --network=erc7 > ./withdraws.csv