-
Notifications
You must be signed in to change notification settings - Fork 74
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
(Feature) Script to fill chain.json from a CSV file #2
Comments
The script should be provided in the master branch in |
This issue is for Artem |
varasev
added a commit
to varasev/poa-chain-spec
that referenced
this issue
Oct 8, 2018
varasev
added a commit
to varasev/poa-chain-spec
that referenced
this issue
Oct 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a list of accounts and balances structured as a CSV file with two columns.
First column is ethereum address and second column is value in tokens
In chain.json file there is an accounts section with structure like this
Each address from the CSV file should be added to the account section of the
chain.json
file after all existing entries. Token values should be converted to Wei.Tests:
chain.json
file the script should panicThe text was updated successfully, but these errors were encountered: