Developers Dashboard
Contract development tools, deployment status, and quick-start guides
Documentation & Resources
📚 Contract Overview
Learn about Rivellum smart contracts and the Move VM integration
Read Documentation →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: 'http://localhost:8080'
});Recent Contract Deployments
No recent deployments
Recent Contract Events
No recent events
Development Environments
Local Sandbox
http://localhost:8080Isolated local environment for testing
Devnet
https://devnet.rivellum.xyzPublic development network
Testnet
https://testnet.rivellum.xyzPre-production testing environment