Skip to content

Enables Movement Network blockchain functionality for Eliza OS agents, allowing them to send MOVE tokens and check wallet balances.

Notifications You must be signed in to change notification settings

elizaos-plugins/plugin-movement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@elizaos/plugin-movement

Movement Network plugin for Eliza OS. This plugin enables Movement Network blockchain functionality for your Eliza agent.

Features

  • Send MOVE tokens
  • Check wallet balances
  • Support for Movement Network transactions

Installation

pnpm add @elizaos/plugin-movement

Instructions

  1. First, ensure you have a Movement Network wallet and private key.

  2. Add the Movement plugin to your character's configuration:

{
"name": "Movement Agent",
"plugins": ["@elizaos/plugin-movement"],
"settings": {
"secrets": {
"MOVEMENT_PRIVATE_KEY": "your_private_key_here",
"MOVEMENT_NETWORK": "bardock"
}
}
}

Set up your environment variables in the .env file:

MOVEMENT_PRIVATE_KEY=your_private_key_here
MOVEMENT_NETWORK=bardock

About

Enables Movement Network blockchain functionality for Eliza OS agents, allowing them to send MOVE tokens and check wallet balances.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •