Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`