You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get github.com/whyrusleeping/gx github.com/whyrusleeping/gx-go || die
echo "Installing libp2p deps"
gx --verbose install || die
echo "Installing x/crypto deps"
go get golang.org/x/crypto/scrypt golang.org/x/crypto/nacl/secretbox || die
echo "Installing unvendored deps"
go get github.com/gorilla/mux github.com/mattn/go-sqlite3 github.com/mitchellh/go-homedir github.com/howeyc/gopass gopkg.in/alecthomas/kingpin.v2 || die
echo "Installing gorocksdb; this can take a while!"
go get -tags=embed github.com/mediachain/gorocksdb || die