Components
Fermah’s network architecture consists of three primary components:
- Seekers (blue) - Send Proof Requests to Core through custom dev tooling
- Core (orange) - Connected to all Prover Nodes via network
- Prover Nodes (yellow) - Receive task assignments from Core and run the required Prover Binary
The system operates through the following workflow:
- Seekers send Proof Requests to Core through custom dev tooling
- Core is connected to all Prover Nodes via network
- Prover Nodes receive task assignments from Core and run the required Prover Binary
- Completed proofs are stored in a Storage Layer and submitted to the Seeker’s callback URL
Last updated on