Posts tagged #bitcoin

3 posts.

July 27, 2026 · 4 min read

ZetaChain RPC: One Contract That Touches Native Bitcoin

ZetaChain is an omnichain L1 (chain ID 7000) where a single Solidity contract can read and write across connected chains — including native Bitcoin, no wrapping, no centralized bridge. The ZetaEVM is standard eth_* (viem/ethers work), but it sits on a Cosmos-SDK base with a TSS validator set. Here's the developer map.

Read →
July 16, 2026 · 4 min read

Rootstock RPC: An EVM Chain Where Gas Is Bitcoin

Rootstock (RSK) is an EVM sidechain merge-mined by Bitcoin — chain ID 30, RBTC gas pegged 1:1 to BTC, ~30s blocks. viem and ethers connect in one line, but two things trip up Ethereum devs: gas is denominated in Bitcoin, and addresses use an EIP-1191 checksum that standard tooling gets 'wrong'. Here's the map.

Read →