Skip to content

Instantly share code, notes, and snippets.

@jaekwon
Created January 6, 2015 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jaekwon/b80fe2bcc1d077e3c40d to your computer and use it in GitHub Desktop.
Save jaekwon/b80fe2bcc1d077e3c40d to your computer and use it in GitHub Desktop.
test genesis.json for Tendermint
{
"Accounts": [
{
"Address": "6070ff17c39b2b0a64ca2bc431328037fa0f4760",
"Amount": 200000000
}
],
"Validators": [
{
"PubKey": "01206bd490c212e701a2136eeea04f06fa4f287ee47e2b7a9b5d62edd84cd6ad9753",
"Amount": 100000000,
"UnbondTo": [
{
"Address": "6070ff17c39b2b0a64ca2bc431328037fa0f4760",
"Amount": 100000000
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment