From d65133d55a205acaf2f043bfc81075e2646c9efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:54:07 +0300 Subject: [PATCH] docs: :memo: readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e852cb1..10da26b 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# rust-blockchain \ No newline at end of file +# rust-blockchain + +It's a simple blockchain project that is based on server-client structure not p2p connection. Normally it should be p2p but since I want to focus on structure not the actual network strategy, it's enough for now. \ No newline at end of file