gomod2nix/tests/ethermint/cmd/main.go

12 lines
126 B
Go
Raw Normal View History

package main
import (
"fmt"
"github.com/tharsis/ethermint/crypto/hd"
)
func main() {
fmt.Println(hd.NewExtendedKey())
}