Skip to content

Commit

Permalink
docs: add example readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Jul 3, 2023
1 parent 7d3248d commit 9d9fb1a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Examples of how to use the Reth SDK

This directory contains a number of examples showcasing various capabilities of
the `reth-*` crates.

All examples can be executed with:

```
cargo run --example $name
```

A good starting point for the examples would be [`db-access`](db-access.rs)
and [`rpc-db`](rpc-db.rs).

If you've got an example you'd like to see here, please feel free to open an
issue. Otherwise if you've got an example you'd like to add, please feel free
to make a PR!

0 comments on commit 9d9fb1a

Please sign in to comment.