From a312651e000c5da78c93506288d5730d81ef9d59 Mon Sep 17 00:00:00 2001 From: Garrit Franke <32395585+garritfra@users.noreply.github.com> Date: Thu, 29 Nov 2018 21:22:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 289f99a..312bb29 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,5 @@ The REST API currently exposes these Endpoints: | GET | / | Get full blockchain | | POST | / | Add pending transaction | | GET | /mine_block | Mine a block with all pending transactions | + +Refer to the [wiki](https://github.com/garritfra/blockchain-project/wiki) to get more information about the REST API