@pollum-io/pegasys-sdk
v0.0.12
Published
🛠 An SDK for building applications on top of Pegasys.
Downloads
38
Readme
pegasys-sdk
This repo contains tools for developing with Pegasys.
Running
This project uses standard npm and yarn workflows.
Install dependencies
yarn
Compile
yarn build
Yarn is available to install here if you need it.
Installation
This project is available as an NPM package. Add to your project with npm install @pollum-io/pegasys-sdk
,
Publishing
Create dist
yarn build
Upload
yarn publish
Attribution
This code was adapted from this Uniswap repo: uniswap-sdk.