docs: adds processor sketch to README

buddies-main-deployment
James Prestwich 4 years ago committed by James Prestwich
parent ca7e773db8
commit 63b60b1e64
No known key found for this signature in database
GPG Key ID: 7CC174C250AD83AD
  1. 6
      rust/README.md

@ -43,6 +43,12 @@ Some agent sketches:
- `relayer`
- Relays signed updates from the home to the replica
- Ensures updates are confirmed in a timely manner on the replica
- `processor`
- retrieve leaves from home chain
- observe >=1 replica
- generate proofs for the messages
- submit messages and proofs to the replica for processing
- config option: gas params
For Ethereum and Celo connections we use
[ethers-rs](https://github.com/gakonst/ethers-rs). Please see the docs

Loading…
Cancel
Save