chains

package
v0.0.0-...-ef1d62d Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChainCmd = common.NewDiveCommandBuilder().
	SetUse("chain").
	SetShort("Build, initialize and start a given blockchain node").
	SetLong(`The command builds, initializes, and starts a specified blockchain node, providing a seamless setup process.
It encompasses compiling and configuring the necessary dependencies and components required for the blockchain network. 
By executing this command, the node is launched, enabling network participation, transaction processing, and ledger 
maintenance within the specified blockchain ecosystem.`,
	).
	AddCommand(icon.IconCmd).
	AddCommand(eth.EthCmd).
	AddCommand(hardhat.HardhatCmd).
	AddCommand(archway.ArchwayCmd).
	AddCommand(neutron.NeutronCmd).
	AddCommand(polkadot.PolkadotCmd).
	AddCommand(kusama.KusamaCmd).
	SetRun(chains).
	Build()

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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