@lavarage/sdk
v8.0.17
Published
Lavarage SDK
Readme
Lavarage SDK
TypeScript SDK for interacting with the Lavarage DeFi protocol on Solana and EVM chains.
Development Setup
Prerequisites
- Node.js (v16 or higher)
- npm
Installation
npm installBuild
Build the SDK for distribution:
npm run buildGenerate Documentation
Generate TypeDoc documentation:
npm run docs:buildDocumentation will be generated in the docs/ directory.
Open docs/index.html in a browser to view.
