From e43d1d159e9c66f2759a82287bd19149fd723768 Mon Sep 17 00:00:00 2001 From: FlorianDubath Date: Thu, 11 Apr 2019 13:58:50 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 956b06d..25449d8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ It was created and is maintained by Florian and Dominique (see com-chain.org) The files in this api have the following purpose: Check the node is up: + ├── ping.php + ├── dbcheck.php Authentication and authorization: From d79b3132f4696e2508f6b731681084b950d46b8a Mon Sep 17 00:00:00 2001 From: FlorianDubath Date: Thu, 11 Apr 2019 13:59:34 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 25449d8..1d0690a 100644 --- a/README.md +++ b/README.md @@ -15,29 +15,46 @@ Check the node is up: ├── dbcheck.php Authentication and authorization: + ├── auth.php + ├── checkAdmin.php Access the Blockchain Node: + ├── api.php Access the DB node: + ├── enroll.php - used by the administration + ├── getadd.php - used by the administration + ├── getuid.php - used by the administration + ├── trnslist.php - to retrieve an index-based set of transactions + ├── export.php - to retrieve a time-based set of transaction + Access to the IPFS node: + ├── ipfsadd.php + ├── ipfscat.php + Scripts: + ├── parser.py - for filling the DB from Blckchain Logs + ├── update.sh - for filling the DB from Blckchain Logs + ├── webhook.py - for sending whebhook + ├── ReSendFailedWebhook.py + Others files are helpers or library ## Our Philosophy