@energi/energiswap-sdk
v1.1.2
Published
๐ An SDK for building applications on top of Energiswap.
Downloads
75
Readme
Energiswap SDK
This project has been forked from the Uniswap SDK Github repository.
Running tests
To run the tests, follow these steps. You must have at least node v10 and yarn installed.
Move into the energiswap-sdk working directory
cd energiswap-sdk/
Install dependencies
yarn install
Run tests
yarn test
You should see output like the following:
yarn run v1.22.5
$ tsdx test
PASS test/route.test.ts
PASS test/pair.test.ts
PASS test/fraction.test.ts
PASS test/miscellaneous.test.ts
PASS test/router.test.ts
PASS test/entities.test.ts
PASS test/trade.test.ts
PASS test/token.test.ts
Test Suites: 1 skipped, 8 passed, 8 of 9 total
Tests: 2 skipped, 122 passed, 124 total
Snapshots: 0 total
Time: 5.091s
Ran all test suites.
โจ Done in 6.61s.