Documentation ¶
Index ¶
- Constants
- func CheckKeyEquality(keyPath1, keyPath2 string) (bool, error)
- func DeleteConfigs(subnetName string) error
- func DeleteKey(keyName string) error
- func GetBaseDir() string
- func KeyExists(keyName string) (bool, error)
- func ParseGreeterAddress(output string) error
- func ParseRPCsFromOutput(output string) ([]string, error)
- func PrintStdErr(err error)
- func RunHardhatScript(script string) (string, string, error)
- func RunHardhatTests(test string) error
- func SetHardhatRPC(rpc string) error
- func SubnetConfigExists(subnetName string) (bool, error)
Constants ¶
View Source
const ( BaseTest = "./test/index.ts" GreeterScript = "./scripts/deploy.ts" GreeterCheck = "./scripts/checkGreeting.ts" )
Variables ¶
This section is empty.
Functions ¶
func CheckKeyEquality ¶ added in v0.2.0
func DeleteConfigs ¶
func GetBaseDir ¶
func GetBaseDir() string
func ParseGreeterAddress ¶
func ParseRPCsFromOutput ¶ added in v0.2.0
func PrintStdErr ¶ added in v0.2.0
func PrintStdErr(err error)
func RunHardhatTests ¶
func SetHardhatRPC ¶
func SubnetConfigExists ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.