Skip to content

Commit

Permalink
Merge pull request #9 from KPrasch/main
Browse files Browse the repository at this point in the history
Add Diagram to `README.md`
  • Loading branch information
KPrasch authored Mar 11, 2024
2 parents 667030f + b5d73d1 commit 2109e3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ An async EVM transaction retry machine.
Programmatically queue, broadcast, and retrying (speedup) transactions.
Transactions are queued and broadcasted in a first-in-first-out (FIFO) order.

The machine is designed to be used in a long-running process, like a server.

[![Diagram](./diagram.png)](./diagram.png)

### Installation

```bash
Expand Down
Binary file added diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2109e3e

Please sign in to comment.