ramenswap-sdk
v1.1.0
Published
🛠 An example SDK for building applications on top of RamenSwap in Artela.
Downloads
27
Readme
RamenSwap SDK
Address Modifications
When deploying a new instance in Artela Testnet, you need to modify the address in the following files:
WETH: ./src/entities/token.ts
Factory: ./src/constants.ts
Running tests
To run the tests, follow these steps. You must have at least node v10 and yarn installed.
First clone the repository:
git https://github.com/chef-studio/ramenswap-sdk
Install dependencies
yarn install
Run tests
yarn test
Change version in package.json
Publish npm package
npm publish
You should see
+ [email protected]