Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulvyas1/erc20-token-decimal-contract-csv
A python app which exports a CSV with the decimal count, token name, and contract address data using Ethplorer API
https://github.com/rahulvyas1/erc20-token-decimal-contract-csv
Last synced: 25 days ago
JSON representation
A python app which exports a CSV with the decimal count, token name, and contract address data using Ethplorer API
- Host: GitHub
- URL: https://github.com/rahulvyas1/erc20-token-decimal-contract-csv
- Owner: rahulvyas1
- Created: 2018-09-16T19:56:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T21:56:16.000Z (over 6 years ago)
- Last Synced: 2024-10-28T12:47:24.871Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to my project
Hi! This project takes your contract addresses from a file. Which i have for a special use case. **Business Reasons**. Feel free to use the application, or learn how i have built it. Have fun!
# How to use it
The project uses two python packages-
1. requests- `pip3 install requests`
3. csv- `pip3 install csv`