Live deployment under test
Run
- The first command executes the live scenarios.
- The second turns the last-run manifest plus the synthetic sizing scripts into committed benchmark snapshots and refreshes the generated benchmark pages in this docs site.
What the demo covers
The demo walks through every settlement path:- Latest-commitment settlement - one channel, one signed message, one transaction.
- Bundle settlement - one payee, many payers, one transaction.
- Single-payer cooperative clearing - several channels co-signed by one payer.
- Bilateral cooperative clearing - two parties advancing outgoing channels together.
- Largest executable multilateral round - the densest cooperative round that fits in a v0 transaction with Address Lookup Tables on the current devnet deployment.
- Capacity summary and artifact output - compressed results ready for publication.
Output
The run writes a machine-readable manifest toconfig/ryvo-protocol-demo-last-run.json. That manifest is the source of truth for the Live devnet benchmarks page and for the explorer links it surfaces.
When to use this
Use the demo when you want to:- verify the live deployment end-to-end
- produce new benchmark artifacts after a protocol change
- generate explorer links for a blog post, pitch, or audit
- see every settlement path execute in sequence without building a client
