From 961b236d906b75c99539e0c715c90ce27c57e3d5 Mon Sep 17 00:00:00 2001 From: Shahak Shama Date: Sun, 2 Jun 2024 06:38:35 +0300 Subject: [PATCH] add troubleshooting readme page with TODO to fill --- README.md | 2 ++ troubleshooting.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 troubleshooting.md diff --git a/README.md b/README.md index 45e6447..d340881 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ This repo contains and tracks the specification of P2P protocol for StarkNet nod The main entry point is the [here](./p2p/starknet-p2p.md). For a guide on the various protocols of Starknet and how to implement them, see [here](./p2p/proto/protocols.md) + +For answers to common questions and issues, see [here](./troubleshooting.md) diff --git a/troubleshooting.md b/troubleshooting.md new file mode 100644 index 0000000..cf77ccc --- /dev/null +++ b/troubleshooting.md @@ -0,0 +1,3 @@ +# Troubleshooting +Here's a list of common bugs and how to fix them +1. TODO: Fill this