From 2328e94367634def0b0d29e16fcc2307cec6f1a6 Mon Sep 17 00:00:00 2001 From: fluency03 Date: Sat, 5 May 2018 18:59:02 +0200 Subject: [PATCH] update readme --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4ba4261..31e6832 100644 --- a/README.md +++ b/README.md @@ -52,22 +52,23 @@ GET /blockchain/block/:hash/transaction/:id #### block ``` -GET /blocks -GET /block/:hash -POST /block -DEL /block/:hash -GET /block/:hash/transaction/:id +GET /block-pool/blocks +GET /block-pool/block/:hash +POST /block-pool/block +POST /block-pool/next-block +DEL /block-pool/block/:hash +GET /block-pool/block/:hash/transaction/:id ``` #### transaction ``` -GET /transactions -GET /transaction/:id -POST /transaction -PUT /transaction/:id -DEL /transaction/:id +GET /tx-pool/transactions +GET /tx-pool/transaction/:id +POST /tx-pool/transaction +PUT /tx-pool/transaction/:id +DEL /tx-pool/transaction/:id ```