package
1.1.3
Repository: https://github.com/lagrange-labs/client-cli.git
Documentation: pkg.go.dev

# Functions

CheckDockerImageExists checks if a Docker image exists locally.
ConfirmPrompt prompts the user for a confirmation input.
ConvertBLSKey converts a BLS public key from a string to a big.Int array.
CreateCLIConfigStruct creates a CLI config struct to reuse the same config for different chains.
DisplayWarningMessage displays a warning message with ASCII art.
ExportKeystore exports the private key from the keystore file.
No description provided by the author
GenerateDockerComposeFile generates a Docker Compose file.
GenerateKeystore generates a new keystore file for the given key.
GenerateSignerConfigFile generates a signer service configuration file and docker-compose file.
ImportFromPrivateKey imports a private key to the keystore.
IntegerPrompt prompts the user for an integer input.
NewChainOps creates a new ChainOps instance.
NewSignerClient creates a new SignerClient instance.
PasswordPrompt prompts the user for a password input.
ReadPrivateKey reads the private key from the keystore file.
RunClientNode runs a client node image.
RunDockerImage runs a Docker image.
StringPrompt prompts the user for a string input.

# Structs

ChainOps is a wrapper for Ethereum chain operations.
SignerClient is a wrapper for the signer service client.