Small improvements to the docs

This commit is contained in:
Michał D
2023-12-08 17:02:42 +01:00
parent 194e7caa15
commit 1b919108da

View File

@@ -9,6 +9,8 @@ To integrate with PropellerHeads solvers, two components need to be provided:
* **Protocol logic:** Provides simulations of the protocols logic. * **Protocol logic:** Provides simulations of the protocols logic.
* **Indexing**: Provides access to the protocol state used by the simulation. This component is optional if your protocol is stateless. * **Indexing**: Provides access to the protocol state used by the simulation. This component is optional if your protocol is stateless.
To propose an integration, create a pull request in this repository with the above components implemented.
### Protocol Logic ### Protocol Logic
PropellerHeads currently exposes two integration modes to specify the protocols' underlying logic: PropellerHeads currently exposes two integration modes to specify the protocols' underlying logic: