Documentation ¶
Overview ¶
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
- Constants
- func CleanNetwork()
- func CreateKey(keyName string) (string, error)
- func CreateKeyForce(keyName string) (string, error)
- func CreateKeyFromPath(keyName string, keyPath string) (string, error)
- func CreateSubnetConfig(subnetName string, genesisPath string)
- func DeleteKey(keyName string) (string, error)
- func DeleteSubnetConfig(subnetName string)
- func DeploySubnetLocally(subnetName string) string
- func ExportKey(keyName string) (string, error)
- func ExportKeyToFile(keyName string, outputPath string) (string, error)
- func GetVersion() string
- func ListKeys() (string, error)
- func StartNetwork() string
- func StopNetwork()
Constants ¶
View Source
const ( CLIBinary = "./bin/avalanche" SubnetCmd = "subnet" NetworkCmd = "network" KeyCmd = "key" )
Variables ¶
This section is empty.
Functions ¶
func CreateKeyForce ¶ added in v0.2.0
#nosec G204
func CreateKeyFromPath ¶ added in v0.2.0
#nosec G204
func CreateSubnetConfig ¶
#nosec G204
func ExportKeyToFile ¶ added in v0.2.0
#nosec G204
func GetVersion ¶
func GetVersion() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.