/leap-stats

Primary LanguageTypeScriptMIT LicenseMIT

leap-stats

Setup

  • Clone the repo
$ git clone git@github.com:leapdao/leap-stats.git
  • Install dependencies
$ cd leap-stats
$ yarn install
$ serverless dynamodb install
  • Run the local server
$ serverless offline start

Deployment

Deploy for mainnet:

yarn deploy:mainnet

or custom deployment, you can specify the provider and stage:

$ PLASMA_PROVIDER="wss://mainnet-node1.leapdao.org:1443" serverless deploy