dyne / restroom-mw

🛠 Easy REST API builder executing Zencode
https://restroom.dyne.org
GNU Affero General Public License v3.0
3 stars 11 forks source link

Implement calls to ethereum client #111

Closed albertolerda closed 2 years ago

albertolerda commented 2 years ago

Wishlist for Restroom

Given I have the 'balance' of 'address' for erc20 'contract address'
Given I have the 'balance' of 'address' for erc20 'contract address' named 'variable name'
Given I have the 'decimals' for erc20 'contract address' ( named 'variable name' )
Given I have the 'name'     for erc20 'contract address' ( named 'variable name' )
Given I have the 'symbol'   for erc20 'contract address' ( named 'variable name' )
Given I have the 'total supply' for erc20 'contract address' ( named 'variable name' )
albertolerda commented 2 years ago

PR #122