@pooltogether/api-runner

1.11.0 • Public • Published

Pooltogether API - Runner

This library allows you to run the API locally for debugging via the node.js node enviroment, as well as be included in other packages (such as the Cloudflare Worker api-entrypoint).

Development

  1. setInfuraId(INFURA_ID) or setQuicknodeId(QUICKNODE_ID)
  2. setFetch(fetch)
  3. getPools(1)

Local Testing

  1. node
  2. const { getPools, setInfuraId } = require( './dist/index')
  3. setInfuraId(YOUR_INFURA_ID)
  4. getPools(chainId)

Readme

Keywords

none

Package Sidebar

Install

npm i @pooltogether/api-runner

Weekly Downloads

78

Version

1.11.0

License

MIT

Unpacked Size

694 kB

Total Files

174

Last publish

Collaborators

  • asselstine