Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
README: accounts in alloc field should exist (ethereum#20005)
Browse files Browse the repository at this point in the history
* Accounts in alloc field must already exist

Note that accounts in alloc field must already exist, as pointed out by Simeon Vanov in https://gettoshare.com/2017/10/30/how-to-use-genesis-json-alloc-property/

* Change wording per PR review comment

* README: minor fixups
  • Loading branch information
FlashSheridan authored and elizabethengelman committed Dec 20, 2019
1 parent ca79f6e commit d13d4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes

The above fields should be fine for most purposes, although we'd recommend changing
the `nonce` to some random value so you prevent unknown remote nodes from being able
to connect to you. If you'd like to pre-fund some accounts for easier testing, you can
populate the `alloc` field with account configs:
to connect to you. If you'd like to pre-fund some accounts for easier testing, create
the accounts and populate the `alloc` field with their addresses.

```json
"alloc": {
Expand Down

0 comments on commit d13d4e7

Please sign in to comment.