Anylsite / anyledger-backend

Backend for AnyLedger Hub
1 stars 1 forks source link

create a script to get tx data for a given address using etherscan iface #1

Closed pcppcp closed 5 years ago

pcppcp commented 5 years ago

To get plain tx data from the blockchain, we'll have to use etherecan API.

The script should accept an address as the argument and return a formatted list of transactions for that address (block number, from, to, value, tx data).

We'll need this to prove that the data got stored on-chain (hopefully the demo will be much fancier :)

pcppcp commented 5 years ago

fixed by https://github.com/AnyLedger/anyledger-wallet/pull/112