mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-30 20:12:52 +00:00
24 lines
500 B
JSON
24 lines
500 B
JSON
{
|
|
"genesis_time": "2017-06-10T03:37:03Z",
|
|
"chain_id": "my_chain_id",
|
|
"validators": [],
|
|
"app_hash": "",
|
|
"app_options": {
|
|
"accounts": [{
|
|
"name": "dev_money",
|
|
"address": "1B1BE55F969F54064628A63B9559E7C21C925165",
|
|
"pub_key": {
|
|
"type": "ed25519",
|
|
"data": "619D3678599971ED29C7529DDD4DA537B97129893598A17C82E3AC9A8BA95279"
|
|
},
|
|
"coins": [
|
|
{
|
|
"denom": "mycoin",
|
|
"amount": 9007199254740992
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
}
|
|
|