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.
Click to show internal directories.
Click to hide internal directories.