Citcoin
API to the Citcoin server
GETping
http://18.223.52.XX:8081/ping
Ping the server
GETinit
http://18.223.52.XX:8081/HyperledgerDemo/v1/init
Init the blockchain
GETaccounts/list
http://18.223.52.XX:8081/HyperledgerDemo/v1/accounts/list
Accounts list
GETaccount
http://18.223.52.XX:8081/HyperledgerDemo/v1/account?name=Bob&balance=100
Create new account
PARAMS
name
balance
Loading