Skip to content

Commit

Permalink
feat: introduce skeletons for new components
Browse files Browse the repository at this point in the history
Introduce the following new components:
 * fhevm-listener (renamed from listener)
 * gw-listener
 * zkproof-worker

This commit only specifies their name and some of their configuration
options.

Also, move DB migrations to the fhevm-db directory and symlink them
to the coprocessor directory.
  • Loading branch information
dartdart26 committed Feb 13, 2025
1 parent 687ed14 commit 5a18054
Show file tree
Hide file tree
Showing 28 changed files with 437 additions and 1,097 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ More details on configuration can be found in the [documentation](https://docs.z
- `docker-compose`
- `rust`
- `sqlx-cli` (install with `cargo install sqlx-cli`)
- `anvil` (for testing, installation manual https://book.getfoundry.sh/getting-started/installation)

#### Installation

Expand Down
Loading

0 comments on commit 5a18054

Please sign in to comment.