Skip to content

hiero-ai/evm-agent-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVM Agent Kit

An open-source toolkit for connecting AI agents to EVM protocols. Initial version inspired by Solana Agent Kit.

NPM Downloads GitHub forks GitHub License

  • Trade tokens
  • Launch new tokens
  • Launch tokens on AMMs

Core Features

[TBO]

📦 Installation

yarn add @hiero-ai/evm-agent-kit

Quick Start

import { EVMKit, createEVMTools } from "evm-agent-kit";
import { base } from "viem/chains"; // or any other chain

// Initialize with private key and optional RPC URL
const chain = base;
const privateKey = "evm-wallet-private-key";

const agent = new EVMKit(privateKey, chain);

// Create LangChain tools
const tools = createEVMTools(agent);

AI integrations

Langchain

Ready-to-use LangChain tools for blockchain operations

Vercel AI SDK

Vercel AI SDK for AI agent integration

Dependencies

  • viem
  • langchain
  • @langchain/core

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. Refer to CONTRIBUTING.md for detailed guidelines on how to contribute to this project.

Security

The EVM Agent Kit handles private keys and transactions. Always ensure you're using it in a secure environment and never share your private keys.

Releases

No releases published

Packages

No packages published