Eliza Integration

This guide walks you through plugging Flowent into your existing Eliza setup:

  1. Installation Open your terminal and run:

    npm i plugin-flowents
  2. Configuration Set up your API key by staking $FLWT tokens at flowent.dev and then adding it to your .env file:

    FLOWENT_API_KEY=flw_xxxxxxxxxxxxxxxx
  3. Eliza Setup Import the Flowent plugin and register it with Eliza:

    import { flowentPlugin } from '@flowent/eliza-plugin';
    
    runtime.registerPlugin(flowentPlugin);

Last updated