From d5f6dfb51b1d19905c83fa85ed2634bb6967c743 Mon Sep 17 00:00:00 2001 From: Sergey Fuksman Date: Thu, 14 Sep 2023 17:00:11 +0300 Subject: [PATCH] Mention consensus node (#71) --- LICENSE => LICENSE.md | 0 README.md | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index ed52d3c4..9e8cefca 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +Licensed under [MIT License](./LICENSE.md). \ No newline at end of file