Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0386358

Browse files
authored
Added citation information
1 parent d920142 commit 0386358

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,23 @@ eth.get_block_number_by_timestamp(timestamp="1578638524", closest="before")
199199

200200
For problems regarding installing or using the package please open an [issue](https://github.com/pcko1/etherscan-python/issues). Kindly avoid disclosing potentially sensitive information such as your API keys or your wallet addresses.
201201

202+
## Cite
203+
204+
Kotsias, P. C., Etherscan-python; a minimal Python API for Etherscan.io. *https://github.com/pcko1/etherscan-python* (2020). doi:10.5281/zenodo.4088586
205+
206+
or in ```bibtex```:
207+
208+
```bibtex
209+
@misc{Kotsias2020,
210+
author = {Kotsias, P.C.},
211+
title = {Etherscan-python; a minimal Python API for Etherscan.io},
212+
year = {2020},
213+
publisher = {GitHub},
214+
journal = {GitHub repository},
215+
url = {https://github.com/pcko1/etherscan-python},
216+
doi = {10.5281/zenodo.4088586}
217+
}
218+
```
219+
202220
___
203221
Powered by [Etherscan.io APIs](https://etherscan.io/apis).

0 commit comments

Comments
 (0)