Quickstart
Using edwin Capabilities
edwin comes with a modular DeFAI system that can be used either stand alone or as part of an integration into an agent framework.
To use edwin as a standalone package, follow these steps:
Install the edwin package:
Use the package functionality:
Usage within an Agent
Choose an AI Agent framework - we will use elizaOS in this example.
Configure your
.env
with required secrets:PRIVATE_KEY
: Your EVM private keySOLANA_PRIVATE_KEY
: Your Solana private keyCOOKIE_API_KEY
: (Optional) For Cookie pluginEORACLE_API_KEY
: (Optional) For EOracle pluginNFT_CONTRACT_ADDRESS
: (Optional) For Story Protocol pluginSPG_NFT_CONTRACT_ADDRESS
: (Optional) For Story Protocol plugin
Run the agent and use DeFAI capabilities!
Last updated