Something you should remember: A!c102345
For sequence diagram, please refer to https://github.com/yifon/SST_BlockChain/blob/master/diagram.xlsx
Please call http://119.23.12.79:6101/balances to get the following information (in JSON format):
- contract address and ABI.
- all banks and ATMs' account address, and balances. Pls note that "BTM" = the central bank, which should not have any ATM.
Please call http://120.79.43.12:6101/blocktx?startBlock=500 to get the blockchain transaction records (in JSON format). "startBlock=500" means to check all records from the 500th block until the latest block.
Please call http://xxx:6102/network to get each ATM node's network status, you need to pass a header parameter {'port': xxxx} in the http GET request.
http://119.23.12.79:6101/Index.htm is a page to display the blockchain network status, account balances and transaction records. It's actually a view of the data of http://xxx:6102/network, http://119.23.12.79:6101/balances and http://120.79.43.12:6101/blocktx?startBlock=550
For the blockchain network information, including each ATM nodes' IP and ports, please refer to : https://github.com/yifon/SST_BlockChain/blob/master/Port_usage