Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 831 Bytes

File metadata and controls

33 lines (23 loc) · 831 Bytes

Getting started with agenti

Give AI agents the ability to use cryptocurrency

Install

npm install @agenti/sdk @pump-fun/pump-sdk @pump-fun/pump-swap-sdk @pump-fun/agent-payments-sdk

Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

git clone https://github.com/nirholas/agenti.git
cd agenti

Available commands:

Command Runs
npm run build pnpm -r build
npm run dev pnpm -r --parallel dev
npm run test pnpm -r test
npm run typecheck pnpm -r typecheck

Next steps