Package convex.cli.peer
Class PeerGenesis
java.lang.Object
convex.cli.ACommand
convex.cli.peer.APeerCommand
convex.cli.peer.PeerGenesis
- All Implemented Interfaces:
Runnable
Peer genesis command
Creates a genesis state and peer in the specified local store, ready for launch
-
Field Summary
FieldsFields inherited from class convex.cli.peer.APeerCommand
etchMixin, keyMixin, peerKeyMixin, storeMixin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.peer.APeerCommand
cli, ensureControllerKey, getEtchStore, specifiedPeerKey
Methods inherited from class convex.cli.ACommand
commandLine, inform, inform, informError, informSuccess, informWarning, isColoured, isInteractive, isParanoid, paranoia, println, println, printRecord, printResult, prompt, readPassword, run, showUsage, showUsage, verbose
-
Field Details
-
governanceKey
-
-
Constructor Details
-
PeerGenesis
public PeerGenesis()
-
-
Method Details
-
execute
Description copied from class:ACommand
Execute this command. Subclasses should override this to provide specific command functionality- Specified by:
execute
in classACommand
- Throws:
InterruptedException
-