LIVE TESTNET CLI
Ship an agent payment from the browser terminal.
reapp-protocol-cli is live on npm. Run the exact same command surface here: create testnet actors, authorize a mandate, and watch the contract reject payments past budget.
package
reapp-protocol-cli
command
reapp
network
testnet
custody
contract
The allowance is approved for the contract, never the agent.
Every spend routes through MandateRegistry.execute_payment.
The demo intentionally spends until the contract blocks the next purchase.
reapp demo research-agent
Server-side CLI bundle, per-session state, Stellar testnet.
booting
reapp-protocol-cli · testnet
Demo runs usually take 30-60 seconds.Contract CC6JMP...CRWE
Install
npx reapp-protocol-cli@0.1.4 demo research-agent
npm install -g reapp-protocol-cli@0.1.4
reapp --helpCommands
reapp initWrites a committable reapp.config.json with the live testnet contract id.
reapp setupCreates user, agent, and merchant testnet accounts, then funds them.
reapp mandate createRegisters a scoped mandate and approves the allowance to the contract.
reapp payMakes an agent-signed payment through MandateRegistry.execute_payment.
reapp settlement reconcileChecks the exact prepared transaction hash before another payment is allowed.
reapp settlement acknowledge <tx-hash>Explicitly accepts one exact durable success before another payment is allowed.
reapp demo research-agentRuns the complete budget-capped research-agent flow from a cold start.