Edwin plugin for Eliza that enables interaction with Edwin tools for DeFi operations.
See full info and docs at Edwin docs.
- Install dependencies:
pnpm install
- Configure environment variables for chains you want to support:
EVM_PRIVATE_KEY=<YOUR_EVM_PRIVATE_KEY>
SOLANA_PRIVATE_KEY=<YOUR_SOLANA_PRIVATE_KEY>
The plugin provides access to the following Edwin tools:
- supply
- withdraw
- stake
- addLiquidity
- removeLiquidity
- Supply on AAVE:
Supply 100 USDC to AAVE
- Add liquidity on Meteora:
Find a meteora pool with high liquidity and add to td 10 USDC and 0.01 SOL.
- Build the plugin:
pnpm build
- Run in development mode:
pnpm dev
- edwin-sdk
MIT