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