1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-07 21:47:02 +09:00

Mention consensus node (#71)

This commit is contained in:
Sergey Fuksman 2023-09-14 17:00:11 +03:00 committed by GitHub
parent 9d5fc773d3
commit d5f6dfb51b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

View file

@ -28,6 +28,7 @@ Plese read the [overview](https://tech.anytype.io/any-sync/overview) of protocol
You can find the various parts of the protocol implemented in Go in the following repositories:
- [`any-sync-node`](https://github.com/anyproto/any-sync-node) — implementation of a sync node responsible for storing spaces and objects.
- [`any-sync-filenode`](https://github.com/anyproto/any-sync-filenode) — implementation of a file node responsible for storing files.
- [`any-sync-consensusnode`](https://github.com/anyproto/any-sync-consensusnode) — implementation of a consensus node responsible for ACL changes monitoring and validation.
- [`any-sync-coordinator`](https://github.com/anyproto/any-sync-coordinator) — implementation of a coordinator node responsible for network configuration management.
## Contribution
@ -44,4 +45,4 @@ Thank you for your desire to develop Anytype together!
---
Made by Any — a Swiss association 🇨🇭
Licensed under [MIT License](./LICENSE).
Licensed under [MIT License](./LICENSE.md).