machi 0.8.1

A Web3-native AI Agent Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! EVM wallet backed by [`kobe_evm`] derivation and [`alloy`] signing/RPC.
//!
//! See [`EvmWallet`] for construction and usage.

mod ens;
mod erc20;
pub(crate) mod tools;
mod wallet;
#[cfg(feature = "x402")]
pub mod x402;

pub use wallet::EvmWallet;