Quick Start
Create DeFi Agent using Tensaikit:
The Tensai Kit SDK is a plug-and-play toolkit that enables you to create smart agents capable of performing onchain actions across protocols like SushiSwap and Morpho.
This section will guide you through the process of creating a DeFi agent using Tensaikit.
⚙️ Prerequisites
Before you begin, ensure you have the following installed:
- Node.js v18+: Download Node.js
- npm v9+: Comes bundled with Node.js
Verify installation:
node --version # Should return 18+
npm --version # Should return 9+
🚀 Installation
Install the SDK and required dependencies:
npm install tensaikit