Rivellum

Rivellum Portal

Checking...
testnet

Rivellum Playground

Interactive simulator to learn about intent-based architecture, FCFS ordering, batching, and state roots

Playground Mode

🟢

Local Simulation Mode

  • ✓ Runs entirely in your browser
  • ✓ No network calls or blockchain interaction
  • ✓ Instant execution (no latency)
  • ✓ Zero risk - safe to experiment
  • ✓ Perfect for learning Rivellum concepts

All accounts and balances are simulated. No real tokens involved.

💡 Tip: Start with Local Simulation to learn the basics, then switch to Live Devnet to test SDK integration and observe real network behavior.

Craft Intent

💡 Tip: Intents are added to a FCFS (First-Come-First-Served) queue. They'll be grouped into batches and executed in order.

Controls

Intent Queue

0 intents

No intents in queue

Submit an intent to get started!

💡 FCFS Ordering: Intents are processed in the exact order they arrive. The sequencer guarantees fairness by respecting submission timestamps.

State Root Tracking

Current State Root✓ Latest

Cryptographic commitment to the entire account and contract state

No batches executed yet

State root history will appear here

💡 State Roots: Each batch execution produces a new state root. This is a cryptographic hash of all account balances and contract state, enabling compact proofs and efficient verification.

Batch Timeline

0 batches

No batches yet

Batches will appear here as intents are processed

💡 Batching: Intents are grouped into batches for efficient processing. Each batch produces a new state root that commits to the updated ledger state.

Learn More

📚 Documentation

  • • Playground Overview
  • • Local vs Live Modes
  • • Step-by-step Scenarios

🎓 Concepts

  • • FCFS Intent Ordering
  • • Batch Formation
  • • State Root Transitions
  • • ZK Proofs & PoUW

🛠️ Developer Tools

  • • Export/Import Sessions
  • • SDK Integration Guide
  • • Contract Templates