Skip to content

A plugin for Eliza that enables interaction with Edwin tools for decentralized finance (DeFi) operations.

Notifications You must be signed in to change notification settings

elizaos-plugins/plugin-edwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@elizaos/plugin-edwin

Edwin plugin for Eliza that enables interaction with Edwin tools for DeFi operations.

About

See full info and docs at Edwin docs.

Setup

  1. Install dependencies:
pnpm install
  1. Configure environment variables for chains you want to support:
EVM_PRIVATE_KEY=<YOUR_EVM_PRIVATE_KEY>
SOLANA_PRIVATE_KEY=<YOUR_SOLANA_PRIVATE_KEY>

Available Tools

The plugin provides access to the following Edwin tools:

  • supply
  • withdraw
  • stake
  • addLiquidity
  • removeLiquidity

Usage Examples

  1. Supply on AAVE:
Supply 100 USDC to AAVE
  1. Add liquidity on Meteora:
Find a meteora pool with high liquidity and add to td 10 USDC and 0.01 SOL.

Development

  1. Build the plugin:
pnpm build
  1. Run in development mode:
pnpm dev

Dependencies

  • edwin-sdk

License

MIT

About

A plugin for Eliza that enables interaction with Edwin tools for decentralized finance (DeFi) operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published