Skip to content

bchainhub/gocore-mainnet-alloc-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Simple script to decode Gocore's built-in mainnet genesis allocation in human-readable format.

Genesis allocation content is an RLP-encoded list of (address, balance) tuples.

Installation

Install Golang and Git

Clone this repo to your local environment

git clone git@github.com:bchainhub/gocore-mainnet-alloc-decode.git

Usage

Go inside install directory

cd gocore-mainnet-alloc-decode

Run script with command

go run main.go

It will return a list of preallocated addresses with their balances. All external dependencies and data are taken from official Gocore repository - https://github.com/core-coin/go-core

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages