This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Automatically pull ERC20 tokens #5
Comments
I'd like to automate the process of preparing an entry. In general, gathering information for a token listing is fairly tedious. Here's how it works for me:
So, that's the easy 9 step process. I would definitely love to automate filling in the values, but I'd like to keep a human in the loop to review these listings. P.S. Oh, here's the fun part. Once there are a few new token listings, I then compile an announcement. An announcement consists of:
|
This API should have all of the info you need given a contract address: https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API?from=etop#get-token-info |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So, having to manually list every token is cumbersome and requires a constant developer on the project.
I propose we figure out a way for this system to list as many ERC20 tokens automatically as possible.
We could use CMC to pull every ERC20 token they have listed as a start and write some code that scans large exchanges later.
Is there a way to scan for new ERC20 tokens and automatically list them?
The text was updated successfully, but these errors were encountered: