Eliza Integration
This guide walks you through plugging Flowent into your existing Eliza setup:
Installation Open your terminal and run:
npm i plugin-flowentsConfiguration Set up your API key by staking $FLWT tokens at flowent.dev and then adding it to your
.envfile:FLOWENT_API_KEY=flw_xxxxxxxxxxxxxxxxEliza Setup Import the Flowent plugin and register it with Eliza:
import { flowentPlugin } from '@flowent/eliza-plugin'; runtime.registerPlugin(flowentPlugin);
Last updated
