Developer Hub · Official Docs

Build on an EVM-compatible green chain

Everything you need to ship production apps — familiar EVM tooling, SDKs, custom RPC APIs, smart contract recipes, and PDF guides.

Network

Earth Blockchain

Runtime

EVM-compatible

Consensus

PoSA

Token

$EARTH

Official Documentation Suite

Developer PDF Guides

Download comprehensive engineering manuals for building, connecting, and deploying smart contracts.

Developer Documentation

EB-DEV-002 · Practical Guide

Connecting to Earth Blockchain RPC, managing keys, Hardhat/Foundry setups, and deploying smart contracts.

SDK & API Reference

EB-API-003 · Interface Reference

BaaS authentication, earth_ JSON-RPC namespaces, WebSocket events, and TypeScript SDK usage.

Smart Contract Cookbook

EB-SCC-005 · Production Recipes

Code recipes for EBS-20, EBS-721, EBS-1155, EBS-3525, EBS-3643, EBS-4671 badges, and EBS-6551 accounts.

The stack

Core services for builders

The Core Blockchain Services layer gives you the building blocks — from the EVM runtime to cross-chain bridges.

01

EVM Runtime

Deploy Solidity smart contracts with full EVM compatibility — use Hardhat, Foundry, Remix, and Ethers.js.

02

Smart Contract Cookbook

Audited contract recipes for EBS-20, EBS-721, EBS-1155, EBS-3525, EBS-3643, EBS-4671, and EBS-6551.

03

BaaS & Custom RPC

Turnkey BaaS REST & custom earth_ JSON-RPC namespaces (earth_verifyAnchor, earth_getAgentMandate).

04

Earth Wallets

Native wallet infrastructure for users, enterprises, and autonomous AI agents.

05

Cross-Chain Bridges

Move assets and credentials across chains with secure cryptographic proof verification.

06

TypeScript SDK

Official @earthchain/sdk package to anchor documents, query ESG attestations, and issue credentials.

Quickstart & Custom RPC

Connect in minutes

Point Hardhat, Ethers, or Web3.js at Earth Blockchain RPC and invoke custom earth_ methods.

// Custom JSON-RPC Call Example const res = await provider.send("earth_verifyAnchor", [ "0x8f7a90b3c...", // Document Hash "0x91823ab..." // Issuer Signature ]); console.log("Anchor Status:", res.verified);
Chain ID: 8848 RPC: https://rpc.earth.ooo WSS: wss://ws.earth.ooo
Explorer

Inspect the chain live

Browse blocks, verify smart contract bytecode, query EBS token transfers, and monitor validator transactions in real time.

Ship on the trust layer

EVM-compatible, green by design, and AI-native. Build the applications that bring the real world on-chain.