Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c'mon #14

Open
AndreiD opened this issue Nov 9, 2018 · 0 comments
Open

c'mon #14

AndreiD opened this issue Nov 9, 2018 · 0 comments

Comments

@AndreiD
Copy link

AndreiD commented Nov 9, 2018

look, I really appreciate your work, top quality.
BUT
for Christ sake, make the standard way of how json are made.
it's nice you have CSVs, but developers rarely use CSVs.... moky

so the standard way to make a list with json is like this

  1. you make a json array, the thing that starts with "[" and ends with "]"
    inside it you put
    jsonOBJECTS ...those that sit in {}
    and inside them
    the token address like this: "address" or "contract" or "token_address":"0x123..."

example

  {"address":"0x0396340f16Bbec973280AB053efc3f208fA37795",

        "rank": 670,
        "name": "BigONE Token",
        "symbol": "BIG",
        "totalSupply": 200000000,
        "decimals": 18,
        "exchanges": [
            "BigONE",
            "OTCBTC"
        ]
    },

this way other developed don;t have to waste 20 min to reformat your json file.

since I'm a good guy I did the work.
Here it is

token_detail_dict.zip

PEACE!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant