@energiswap/sdk-core
v0.1.3
Published
⚒️ An SDK for building applications on top of Energiswap V3
Readme
Energiswap SDK Core
This repository is a maintained clone of the Uniswap SDK Core, adapted for use with EnergiSwap. It is actively maintained by the Energi Core team.
Authors and acknowledgment
Quickstart
Requirements
- node v18.17.0
- yarn v1.22.19
Clone the repo
clone the repo
Setup env file
cp .env.example .envInstall all dependencies
yarnRun test cases
yarn testFormat code
yarn lint