Go-SDK & CLI tool to interact with the Woop Blockchain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-sdk/go.mod

14 lines
374 B

module github.com/harmony-one/go-sdk
go 1.12
require (
github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803
github.com/ethereum/go-ethereum v1.8.27
github.com/harmony-one/harmony v0.0.0-20190822091508-b4c9a3264a36
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/tendermint/tendermint v0.31.7
)