Link to ERC: ethereum/ERCs#897
Link to Ethereum Magicians: https://ethereum-magicians.org/t/new-erc-cross-chain-broadcaster/22927
This repository contains text and contracts related to ERC-0000.
The standard's text can be found in /standard/README.md
/standard/README.md
is generated from /standard/README-template.md
by running yarn build-standard
in the root of this repository.
Contracts appearing in the standard text can be found in /contracts/standard/
.
A reference implementation of IBroadcaster
, IReceiver
, and IBlockHashProverPointer
can be found in /contracts/reference-impl/
A reference implementation of IBlockHashProver
contracts for Arbitrum chains can be found at OffchainLabs/arbitrum-block-hash-prover
A reference implementation of IBlockHashProver
contracts for OP stack chains can be found at OffchainLabs/op-block-hash-prover
A template repository for building IBlockHashProver
contracts and associated tooling can be found at OffchainLabs/block-hash-prover-template