Char NetworkChar Network

Char Network

Developer Documentation

Prototype docs. APIs may change while SDKs and verifier libraries harden.

Domains

A domain is the identifier for a rollup or application on Char.

Use a stable, versioned domain preimage. Every participant must use the same one.

Schedule a domain:

bitcoin-cli domain_registry schedule "<domain_preimage_hex>" "my rollup"

List domains:

bitcoin-cli domain_registry list

Unschedule a domain:

bitcoin-cli domain_registry unschedule "<domain_preimage_hex>"