SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 1 forks source link

Account Info HTTP Get Request #248

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

Endpoint should be producerAddress + "/accountinfo?walletaddress=<somepublickeyhash>"

One should get the hex-encoded address from the wallet and then append it to the endpoint.

The handler for this function should query the accounts table and return a response with the value and state nonce of that particular hex-encoded address.

kastolars commented 5 years ago

Completed