Hi guys,
A recent glimpse of py-etherscan-api makes me realize the version hosted on Pypi (0.8.0) doesn't have blocks and transaction module included, which may cause misunderstanding when you just look at the repo's examples.
Could someone mention this in section1/task3/README.md? You may delete
- play and combine scripts in examples/blocks
- play and combine scripts in examples/transactions
in the unordered list, and also add a bullet point in the hint of the required section, saying blocks and transactions are only available by git clone the newest version of py-etherscan-api repo directly.
Hi guys,
A recent glimpse of py-etherscan-api makes me realize the version hosted on Pypi (0.8.0) doesn't have blocks and transaction module included, which may cause misunderstanding when you just look at the repo's examples.
Could someone mention this in section1/task3/README.md? You may delete
in the unordered list, and also add a bullet point in the hint of the required section, saying blocks and transactions are only available by
git clonethe newest version of py-etherscan-api repo directly.