Skip to main content

Welcome to MIZUHIKI

'MIZUHIKI: The Japan Chain' (hereinafter referred to as MIZUHIKI) is an Ethereum Equivalent Layer 1 (L1) blockchain, validated onshore in Japan by Japanese industrial leaders, and optimized for Japanese regulations and consumer protections.

Release Schedule

NameRelease DateStatus
Kaigan DevnetJuly 2025Pending Deprecation
MIZUHIKI Testnet AwajiApril 2026Live
MIZUHIKI MainnetJune 2026In Development

Quickstart

Use the button below to add the MIZUHIKI Testnet Awaji to a compatible wallet.

Below are the configuration parameters for the MIZUHIKI Testnet Awaji. If you encounter issues, please email [email protected].

FieldValue
Network NameMIZUHIKI Testnet AwajiClick to Copy
RPC URLhttps://rpc.awaji.mizuhiki.ioClick to Copy
Chain ID6497Click to Copy
Currency SymbolMIZUClick to Copy
Block Explorer URLhttps://awaji.blockscout.comClick to Copy

MIZUHIKI testnet funds do not have any real-world value.

To get MIZU on the Awaji testnet, visit our faucet

Advanced Users

For programmatic RPC usage:

const ethers = require('ethers');

const url = `https://rpc.awaji.mizuhiki.io`;
const awajiProvider = new ethers.providers.JsonRpcProvider(url);