https://github.com/offchainlabs/broadcast-erc
https://github.com/offchainlabs/broadcast-erc
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/offchainlabs/broadcast-erc
- Owner: OffchainLabs
- License: cc0-1.0
- Created: 2025-02-20T15:22:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-30T16:35:14.000Z (12 months ago)
- Last Synced: 2025-06-30T17:42:27.323Z (12 months ago)
- Language: Solidity
- Size: 1.14 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Broadcast Standard and Reference Implementation
Link to ERC: https://github.com/ethereum/ERCs/pull/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)
`/standard/README.md` is generated from [`/standard/README-template.md`](./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/`](/contracts/standard/).
A reference implementation of `IBroadcaster`, `IReceiver`, and `IBlockHashProverPointer` can be found in [`/contracts/reference-impl/`](/contracts/reference-impl/)
A reference implementation of `IBlockHashProver` contracts for Arbitrum chains can be found at [OffchainLabs/arbitrum-block-hash-prover](https://github.com/OffchainLabs/arbitrum-block-hash-prover)
A reference implementation of `IBlockHashProver` contracts for OP stack chains can be found at [OffchainLabs/op-block-hash-prover](https://github.com/OffchainLabs/op-block-hash-prover)
A template repository for building `IBlockHashProver` contracts and associated tooling can be found at [OffchainLabs/block-hash-prover-template](https://github.com/OffchainLabs/block-hash-prover-template)