Build the Future on Rabbit Chain

Everything you need to develop, deploy, and scale your Web3 applications on the fastest and most developer-friendly blockchain platform.

JavaScript Python Solidity
import { RabbitChain } from '@rabbitchain/sdk';

const rbc = new RabbitChain({
  network: 'mainnet',
  apiKey: 'your-api-key'
});

// Deploy a smart contract
const contract = await rbc.deploy({
  bytecode: contractBytecode,
  abi: contractABI,
  gasLimit: 500000
});

console.log('Contract deployed:', contract.address);

Quick Start Guide

Get up and running with Rabbit Chain in minutes

1

Set up your environment

Install the Rabbit Chain SDK and configure your development environment with our CLI tools.

npm install @rabbitchain/sdk
2

Connect to the network

Initialize your connection to Rabbit Chain mainnet or testnet with your API credentials.

rbc init --network testnet
3

Deploy your first contract

Write, compile, and deploy your smart contract using our streamlined deployment tools.

rbc deploy contract.sol

Documentation

Comprehensive guides and references to help you build amazing applications

Start Building Today

Join the growing ecosystem of developers building on Rabbit Chain