STURDY-JS
STURDY is a decentralized non-custodial liquidity market protocol where users can participate as depositors or borrowers. The STURDY Protocol is a set of open source smart contracts which facilitate the lending and borrowing of user funds. These contracts, and all user transactions/balances are stored on a public ledger called a blockchain, making them accessible to anyone.
The sturdy-js package gives developers access to methods for formatting data and executing transactions on the STURDY protocol.
Quick Start
Installing
npm install --save @sturdyfi/sturdy-js
Lint
To lint we use EsLint with typescript plugins
npm run lint
Build
To build run:
npm run build // builds with tsdx
npm run build:tsc // builds with tsc