An AI agent bundled with the @chainsupport/eliza-polkadot-assethub plugin. Use this project to exercise every feature provided by @chainsupport/eliza-polkadot-assethub, and to give users a working ElizaOS example that demonstrates how to integrate this plugin so they can make better use of it.
No additional requirements
git clone https://github.com/ChainSupport/eliza.git
cd eliza
Create the .env file
cp .env.example.env .env
Then set the variables below in .env:
OPENROUTER_API_KEY=
OPENAI_API_KEY=
ASSET_HUB_PRIVATE_KEY=
Install the ElizaOS CLI globally:
bun install -g @elizaos/cli
Start the agent:
elizaos start
Set the variables below in docker-compose.yaml:
OPENROUTER_API_KEY=
OPENAI_API_KEY=
ASSET_HUB_PRIVATE_KEY=
docker-compose up --build
Visit http://localhost:3000/
Create a new chat and start asking questions:
View the transfer details: https://assethub-polkadot.subscan.io/extrinsic/0x5ec0784fe5475f7d4a4cd70a4acce0f498376728a770cf534e349db83127e197
This project is licensed under the Apache License 2.0. See the LICENSE file for details.



