Free for testnet · no credit card
Up and running in 60 seconds.
1Install
pnpm add @vibingminers/sdk @anthropic-ai/sdk2Get your API key
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