Documentation and cargo update

This commit is contained in:
Luke Parker
2023-04-13 21:05:18 -04:00
parent a5002c50ec
commit 04e7863dbd
2 changed files with 125 additions and 130 deletions

View File

@@ -28,10 +28,8 @@ wallet.
- `processor`: A generic chain processor to process data for Serai and process
events from Serai, executing transactions as expected and needed.
- `tendermint`: An abstracted implementation of the Tendermint BFT algorithm,
planned to be used in our own micro-blockchain for temporal data needed to
coordinate the Serai validators, yet irrelevant to the Serai network as a
whole.
- `coordinator`: A service to manage processors and communicate over a P2P
network with other validators.
- `substrate`: Substrate crates used to instantiate the Serai network.