Skip to content

Commit

Permalink
add oracle to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Oct 7, 2024
1 parent 830fac9 commit 843cb1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ eyre = "0.6"
# testing
reth-exex-test-utils = { git = "https://github.com/paradigmxyz/reth" }
reth-testing-utils = { git = "https://github.com/paradigmxyz/reth" }

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ for new developers.
| [In Memory State](./in-memory-state) | Tracks the plain state in memory | `cargo run --bin in-memory-state -- node` |
| [Minimal](./minimal) | Logs every chain commit, reorg and revert notification | `cargo run --bin minimal -- node` |
| [OP Bridge](./op-bridge) | Decodes Optimism deposit and withdrawal receipts from L1 | `cargo run --bin op-bridge -- node` |
| [Oracle](./oracle) | Oracle protocol that observes off-chain data and attests to it on-chain | `cargo run --bin oracle -- node` |
| [Remote](./remote) | Emits notifications using a gRPC server, and a consumer that receives them | `cargo run --bin remote-exex -- node` to start Reth node with the ExEx and a gRPC server<br><br>`cargo run --bin remote-consumer` to start a gRPC client |
| [Rollup](./rollup) | Rollup that derives the state from L1 | `cargo run --bin rollup -- node` |

Expand Down

0 comments on commit 843cb1c

Please sign in to comment.