zcashd compatibility

What it is

Much of the Zcash ecosystem — wallets, exchanges, mining pools, block explorers — was built against the RPC interface of zcashd, Zcash's original full node. Zakura provides a compatibility mode: a wrapper that mimics the zcashd RPC interface on top of a Zakura node, so software that still speaks to zcashd can keep working while the node underneath is Zakura.

Setting it up

The mode runs as a compatibility layer in front of Zakura and reproduces the RPC behavior needed by existing wallets, services, and integrations. It is intended to make migration practical for systems that already speak to zcashd, without requiring every RPC client to be rewritten first.

For setup details, supported behavior, and caveats, read the zcashd compatibility guide.