How do I view the original account structure created at genesis of NEAR Protocol?
Asked Answered
M

1

2

Obviously the accounts have changed significantly but is there an easy way to view the mapping of original accounts and balances when the network launched? Basically, where is the genesis hash?

Middelburg answered 27/10, 2020 at 10:4 Comment(0)
G
2

Here is the mainnet_genesis.json file: https://github.com/near/nearcore/blob/735e6238b702fe59c3cefe1d8e059bce6997acfd/neard/res/mainnet_genesis.json#L248-L341

Search for "Account" instances in the file.

Gallimaufry answered 27/10, 2020 at 12:23 Comment(2)
That link is outdated. Try: github.com/near/nearcore/blob/…Maieutic
Thanks, I have updated the link in my answerGallimaufry

© 2022 - 2024 — McMap. All rights reserved.