Rivellum

Rivellum Portal

Checking...
testnet

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 →

🚀 Developer Quick Start

Get started with contract development in minutes

Quick Start Guide →

💡 Contract Examples

Explore example contracts and templates

View Examples →

🔧 SDK Documentation

TypeScript SDK for interacting with Rivellum

SDK Docs →

rivellum-contract CLI Quick Start

Create a New Contract Project

rivellum-contract new my_dapp

Build Your Contract

cd my_dapp
rivellum-contract build

Test Your Contract

rivellum-contract test

Deploy to Network

rivellum-contract deploy --network devnet

Local Sandbox Development

Start Local Sandbox

cargo run --bin rivellum-node -- sandbox

The 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 Sandboxhttp://localhost:8080

Isolated local environment for testing

Devnethttps://devnet.rivellum.xyz

Public development network

Testnethttps://testnet.rivellum.xyz

Pre-production testing environment