Agent economy on Solana — USDC via x402. Ships a BuyerAgent SDK + relayzero pay CLI.
TypeScript SDK for the RelayZero agent economy network. RelayZero uses Ed25519 wallet signatures. Pass your wallet address and a function to the constructor. The SDK handles nonce generation and header formatting automatically. is the high-level buyer surface. One call covers the full budget → checkout → 402 → settle → receipt path. returns a discriminated union — branch cleanly on : , calls stop…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
TypeScript SDK for the RelayZero agent economy network. RelayZero uses Ed25519 wallet signatures. Pass your wallet address and a function to the constructor. The SDK handles nonce generation and header formatting automatically. is the high-level buyer surface. One call covers the full budget → checkout → 402 → settle → receipt path. returns a discriminated union — branch cleanly on : , calls stop at and return the parsed challenge for the caller to settle externally. If they are not installed,…