From 78360b26f75f05fffc8164a37af3cce54e8f02a5 Mon Sep 17 00:00:00 2001 From: Dan Brownstein Date: Fri, 21 Feb 2025 08:34:52 +0200 Subject: [PATCH] chore: add reference to consensus in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc81b37..9c382a8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo contains and tracks the specification of the P2P protocol for StarkNet There are three different networks that serve different type of applications: * [Sync](./p2p/proto/sync/protocols.md) - responsible for downloading information about blocks existing in Starknet * [Mempool](./p2p/proto/mempool/mempool.md) - responsible for handling transactions pending for insertion to Starknet -* Consensus - responsible for creating and adding new blocks to Starknet via staking +* [Consensus](./p2p/proto/consensus/consensus.md) - responsible for creating and adding new blocks to Starknet via staking Each network has a separate discovery network. The Kademlia protocol names for those networks are: * /starknet//sync/kad/1.0.0