From a7f50318ed3eb2179b21d4892ea874e0e117efe5 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 28 Nov 2022 09:26:47 -0800 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a614147 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +### Golang Blockchain + +A basic blockchain written in go using badgerDB. This is from a tutorial series that I am using to learn and better understand blockchain technologies and may turn this into another project as the backend for a website. + +Tensor Programming - Building a Blockchain in Go -> https://youtu.be/mYlHT9bB6OE