@elasticswap/sdk
v0.0.32
Published
Official SDK for ElasticSwap
Downloads
37
Readme
elasticswap-sdk
The official SDK for ElasticSwap protocol and token contracts.
Requirements
- Yarn
- Node 16
- an api key for ethereum node from Infura or Alchemy (free for development use)
Getting started
check out repo. Please note if you want to create a pull request, you will need to fork the repo first.
git clone https://github.com/ElasticSwap/elasticswap-sdk.gitInstall all dependencies
yarnRun tests to confirm functionality
yarn test
