Developers Dashboard
Contract development tools, deployment status, and quick-start guides
Documentation & Resources
rivellum-contract CLI Quick Start
Create a New Contract Project
rivellum-contract new my_dappBuild Your Contract
cd my_dapp
rivellum-contract buildTest Your Contract
rivellum-contract testDeploy to Network
rivellum-contract deploy --network devnetLocal Sandbox Development
Start Local Sandbox
cargo run --bin rivellum-node -- sandboxThe sandbox runs a local node with pre-funded accounts for testing
Connect SDK to Sandbox
import { RivellumClient } from '@rivellum/sdk';
const client = new RivellumClient({
nodeUrl: 'https://rpc.rivellum.network'
});Recent On-Chain Activity
No recent activity
Recent Contract Events
No recent events
Core Developer Surfaces
Read-Only RPC
https://rpc.rivellum.networkCanonical read surface for explorer, portal, and SDK queries.
Documentation Hub
/docsRole-based reference entrypoint for SDKs, contracts, operators, and research.
API Explorer
/api-explorerLive endpoint reference and request validation surface.
Testnet Funding
/faucetPortal entrypoint for funded testnet workflows when faucet service is provisioned.