From 137cfe7176332473b92f293376147a9a2a50afa2 Mon Sep 17 00:00:00 2001 From: Bilal Elbouardi <60072763+bitalov@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:02:53 +0000 Subject: [PATCH] Update --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 910f2e4..ffdb344 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Basic Blockchain using Golang ! +# Basic Blockchain with Golang -### TODOs +### TODOs : - [x] **Networking**. - [ ] **Proof of Work**. - [ ] **Proof of Stake**. - [ ] **Peer-to-Peer**. -### Deployement +### Deployement : - Download *main.go* , and *ports.env*. - Rename ports.env to .env using "mv ports.env .env". - Open a web browser and `http://localhost:8080/` (8080 is the port I wrote in .env file). @@ -14,10 +14,12 @@ **Example** : `curl -i -X POST -H 'Content-Type: application/json' -d '{"BPM":50}' http://localhost:8080` -### Screenshots +### Screenshots : + +#### Screenshot of POST request using "CURL" -*Screenshot of POST request using curl* ![Screen1](https://user-images.githubusercontent.com/60072763/163896882-2ff5bb40-bbce-4763-a02d-c9bd5f7b9c1a.PNG) -*Screenshot of Blocks* +#### Screenshot of Blocks + ![Screen2](https://user-images.githubusercontent.com/60072763/163896916-c2483bc3-5cfc-4fc1-bfaf-faf8bc34a4e8.PNG)