-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Expected Behavior
The Qtum Web Wallet has an API call URL pointing to a .../qrc20/${contractAddress} [1], I should be able to find this URL call in this package file, qtuminfo-api/app/router.js [2]
[2] - https://github.com/qtumproject/qtuminfo-api/blob/master/app/router.js
Current Behavior
The current explorer has access to the missing API call code. [3] But the code can not be found in the github.
[3] - https://qtum.info/api/qrc20/5a4b7889cad562d6c099bf877c8f5e3d66d579f8
Steps to Reproduce
Read links 1 and 2, deploy qtuminfo-api(etc) and find that the call is missing.
Context (Environment)
I'm trying to reproduce the qtum explorer and api calls.
Detailed Description
The GET /qrc/:contract end-point is not represented in the github code. The GET /contract/:contract was the original call that was replaced but the code never made it to this github project.