data

package
v0.0.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

README

Data File Directory

This directory contains data files that will be read by other packages for processing. Files accessed by other packages will be embedded in the program executable using Packr.

genesis.go

This is the production genesis state. On node initialization, the content will be read and used to populate the genesis file. This is the place you want to add any initial state before blockchain launch.

genesis_dev.go

This file is like genesis.json except it is used in development mode. Use this to describe initial app state when in development mode.

Genesis File Schema

TODO: Finalize the schema and document it

dev_account_key.go

This file contains the private key of a development user account containing initial supply of the native coin. You can access this key from console by running dev.devAccountKey. WARNING: DO NOT USE THIS KEY ON THE MAINNET. EVERYONE CAN SEE IT AND USE IT.

Documentation

Index

Constants

View Source
const DevAccountKey = "wXVFmgEmKumxVnQGSnL67krnWkiBBj4QzY9WPytoiNakD5zTKWQW711nkfK4b7UnmARiUWtSNSJ6pVhmk1ppiPQPGrD8F3"
View Source
const GenesisData = `` /* 441-byte string literal not displayed */
View Source
const GenesisDataDev = `` /* 439-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL