Cross-chain payments SDK for Pump Agent — Solana-native + EVM cross-chain support
npm i github:nirholas/agent-payments-sdkCapabilities documented in this repository.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
Install it, then run your first command.
npm i github:nirholas/agent-payments-sdk
| Command | Runs |
|---|---|
npm run build | tsup |
npm run dev | tsup --watch |
npm run typecheck | tsc --noEmit |
npm run test | vitest run |
Taken directly from this repository's documentation.
npm i github:nirholas/agent-payments-sdkgit clone https://github.com/nirholas/agent-payments-sdk
cd agent-payments-sdk && npm ci && npm run buildnpm ci # install from the committed package-lock.json
npm run build # tsup, dual ESM + CJS into dist/
npm run build:prod # tsup --minify
npm run typecheck # tsc --noEmit
npm test # vitest run
npm run test:watch # vitest
npm run test:coverage # vitest run --coverage
npm run clean # rm -rf dist