Documentation

Build on MakaChain

Network parameters, integration guides, and references for builders shipping on MakaChain. Use the search to jump straight to what you need.

Introduction

What MakaChain is and who these docs are for.

MakaChain is an EVM-native Layer-1 built to move real transactions. It is fully Ethereum compatible, so the contracts, wallets, and libraries you already use work without changes.

These docs are for builders integrating with the network: connecting tooling, reading on-chain state, and deploying contracts. For step-by-step walkthroughs, see the Learn hub.

  • EVM compatible, so standard Solidity tooling applies.
  • Proof-of-Authority consensus with fast, deterministic finality.
  • Standard JSON-RPC interface for reads, writes, and contract calls.
Preview documentation

This is an early version of the MakaChain docs. The full technical reference is being migrated from the developer docs site. Values shown here that are not yet verified are flagged so they can be confirmed before launch.

Quickstart

The fastest path from zero to a working connection.

Getting started takes three steps.

  • Add the MakaChain network to your wallet or tooling using the parameters in the Network section.
  • Point your provider (ethers.js, viem, web3.js, or your framework) at the RPC endpoint.
  • Deploy or call a contract using your usual EVM workflow.

Each step is covered in more detail in the Network and Build sections, and in the Learn hub walkthroughs.