Loading dashboard
Run a spend through the SDK with this agent identity and it shows up here.
import { Praxis } from "@allen-saji/praxis";
const praxis = new Praxis({ wallet });
await praxis.spend({
to: recipient,
amount: 1_000_000_000n,
reasoning: { prompt, decision, model },
});