This repo contains the typescript code to demonstrate the swapping on Turbos Finance on Sui blockchain.
- To install
git clone https://github.com/jveer634/sui-turbos-swap-ts.git
cp .env.example .env
-
Paste your bs58 encoded private key starting with suiprivkey in
.env
file -
Install the dependecies
npm i
- To run the project
npm run swap