Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Api for contracts data #128

Open
MicrowaveDev opened this issue Apr 25, 2018 · 0 comments
Open

Api for contracts data #128

MicrowaveDev opened this issue Apr 25, 2018 · 0 comments

Comments

@MicrowaveDev
Copy link

MicrowaveDev commented Apr 25, 2018

Need a flexible api to get parameters data of contracts.
For example in EIP20 contract:

  • Simple parameters (name, decimals, symbol)
    Api path example:
    /v1/{chainName}/contract/{contractAddress}/parameter/{parameterName}/
  • Mappings and value by key (balances):
    /v1/{chainName}/contract/{contractAddress}/mapping/{mappingName}/{mappingKey}
  • Nested mappings by their keys (allowed):
    /v1/{chainName}/contract/{contractAddress}/mapping/{mappingName}/{mappingKey}/mapping/{mappingKey}
  • Other types, which I did not realize
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant