silkswap-sdk
v2.0.1
Published
🛠 An SDK for building applications on top of SilkSwap.
Readme
SilkSwap SDK
Running application
To run the application, follow these steps. You must have at least node v16 and yarn installed.
First clone the repository:
git clone [email protected]:narekpetrosyan/silkswap-sdk.gitMove into the silkswap-sdk working directory
cd silkswap-sdk/Install dependencies
yarn install