Skip to content
Free for testnet · no credit card

Up and running in 60 seconds.

1Install
pnpm add @vibingminers/sdk @anthropic-ai/sdk
2Get your API key

Key is shown once — save it. Receipts anchor on Base Sepolia in <60s.

3Use
import Anthropic from '@anthropic-ai/sdk';
import { traceClaude } from '@vibingminers/sdk';

const claude = traceClaude(new Anthropic(), { agentId: 'your-slug' });
await claude.messages.create({
  model: 'claude-opus-4-7',
  messages: [{ role: 'user', content: prompt }],
  trace: { decisionClass: 'approve', rationale: 'within refund window' },
});
// → every call ships a tamper-proof receipt to Base Sepolia