Skip to content

Commit

Permalink
Merge branch 'master' of github.com:com-chain/api
Browse files Browse the repository at this point in the history
  • Loading branch information
FDubath committed Apr 11, 2019
2 parents e9f4eb3 + d79b313 commit 2c64acc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,52 @@ 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:

├── 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
Expand Down

0 comments on commit 2c64acc

Please sign in to comment.