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 Contract Deployments
No recent deployments
Recent Contract Events
No recent events
Development Environments
Canonical RPC
https://rpc.rivellum.networkAuthoritative distributed network endpoint
Devnet
https://devnet.rivellum.xyzPublic development network
Testnet
https://testnet.rivellum.xyzPre-production testing environment