aomi command in your terminal. It ships in the @aomi-labs/client package, talks to a running Aomi backend, and lets you chat, simulate, and sign transactions without writing any code.
Install
- Global (npm)
- Run once (npx)
- pnpm
aomi <command>.Verify
Check the version, then send your first prompt.Try a trade
A trade is a short, three part loop: chat to build the transaction, simulate it, then sign it. Pass--public-key so the agent knows your wallet address and can build the transaction.
1
Chat to queue the transaction
tx-1.2
List pending transactions
tx-1 with its destination, value, and chain.3
Simulate before you sign
4
Sign and submit
You can now use Aomi from your terminal: chat with the agent, simulate transactions, and sign them.
Next steps
Build your own App
Scaffold an Agentic Application with the Rust SDK and ship it.
Trade by chat
Learn the full trade flow: swaps, transfers, and simulation.
Add the chat widget
Drop the Aomi chat widget into a frontend.