agent-payments-sdk docs
nirholas / agent-payments-sdk

agent-payments-sdk

Cross-chain payments SDK for Pump Agent — Solana-native + EVM cross-chain support

v0.2.0SEE LICENSE IN LICENSETypeScript
npm i github:nirholas/agent-payments-sdk

What it does

Capabilities documented in this repository.

Overview

See the full documentation for details.

Public exports map

See the full documentation for details.

Skills

See the full documentation for details.

vendor/

See the full documentation for details.

Get started

Install it, then run your first command.

npm i github:nirholas/agent-payments-sdk
CommandRuns
npm run buildtsup
npm run devtsup --watch
npm run typechecktsc --noEmit
npm run testvitest run

Read the full getting started guide

Examples

Taken directly from this repository's documentation.

npm i github:nirholas/agent-payments-sdk
git clone https://github.com/nirholas/agent-payments-sdk
cd agent-payments-sdk && npm ci && npm run build
npm 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

More examples

Reference