Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethereum-optimism/cannon
On chain interactive fault prover for Ethereum
https://github.com/ethereum-optimism/cannon
Last synced: about 2 months ago
JSON representation
On chain interactive fault prover for Ethereum
- Host: GitHub
- URL: https://github.com/ethereum-optimism/cannon
- Owner: ethereum-optimism
- License: mit
- Archived: true
- Created: 2021-09-14T06:09:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:39:59.000Z (over 1 year ago)
- Last Synced: 2024-08-04T06:02:51.106Z (5 months ago)
- Language: Solidity
- Homepage:
- Size: 12.2 MB
- Stars: 579
- Watchers: 55
- Forks: 130
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- best-of-crypto - GitHub - 6% open · ⏱️ 20.06.2023): (Others)
README
![cannon](https://paradacreativa.es/wp-content/uploads/2021/05/Canon-orbital-GTA-01.jpg)
---
**Cannon has moved to the [Optimism monorepo](https://github.com/ethereum-optimism/optimism/tree/develop/cannon)!**
This repository is an archive of the following Cannon versions:
- [`v0.1.0`](https://github.com/ethereum-optimism/cannon/tree/v0.1.0): the original Cannon, implemented by `geohot`.
- [`v0.2.0`](https://github.com/ethereum-optimism/cannon/tree/v0.2.0): improved Cannon, with bugfixes and experimental demos.
- [`v0.3.0`](https://github.com/ethereum-optimism/cannon/tree/v0.3.0): refactored proof-format, initial Optimism Bedrock support.## About
Cannon *(cannon cannon cannon)* is an onchain MIPS instruction emulator.
Cannon supports EVM-equivalent fault proofs by enabling Geth to run onchain,
one instruction at a time, as part of an interactive dispute game.* It's Go code
* ...that runs an EVM
* ...emulating a MIPS machine
* ...running compiled Go code
* ...that runs an EVM## License
MIT, see [`LICENSE`](./LICENSE) file.
**Note: the code in this archived repository is unaudited.**
In NO WAY should it be used to secure any monetary value before testing and auditing.
This is experimental software, and should be treated as such.
The authors of this project make no guarantees of security of ANY KIND.