Skip to main content
The Yanga Wallet SDK is a standalone npm package that lets you embed the full agent marketplace into your own Node.js application — without cloning the monorepo.

Installation

Three Developer Personas

The SDK serves three types of developers:

Merchant

You have an API or data source to monetize. Gate endpoints with x402, publish your manifest, and register on-chain.

Buyer Agent

Your AI agent needs external data. Give it a wallet, discover merchants on-chain, and pay autonomously.

Hybrid

Sell one service, buy others. A code review agent that pays a scraping agent for context.

Quick Examples

Initialize a Wallet

Merchant: Gate an Endpoint

Buyer: Discover & Pay

Register On-Chain

Full API Surface