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
npm package
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
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 --help
Commands
reapp init

Writes a committable reapp.config.json with the live testnet contract id.

reapp setup

Creates user, agent, and merchant testnet accounts, then funds them.

reapp mandate create

Registers a scoped mandate and approves the allowance to the contract.

reapp pay

Makes an agent-signed payment through MandateRegistry.execute_payment.

reapp settlement reconcile

Checks 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-agent

Runs the complete budget-capped research-agent flow from a cold start.