Erik Trautman
Erik Trautman

Reputation: 6029

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

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?

Upvotes: 2

Views: 170

Answers (1)

Vlad Frolov
Vlad Frolov

Reputation: 7756

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.

Upvotes: 2

Related Questions