protolambda / eth2-val-tools

Some experimental tools to manage validators - use at your own risk
MIT License
63 stars 21 forks source link

install as a go module #3

Closed kvbik closed 3 years ago

kvbik commented 3 years ago

It would be nice if we can install this software the same way we can with others eg.:

GO111MODULE=on go get github.com/protolambda/rumor

Any particular reason why this one we install only from a cloned repo via go install .?

protolambda commented 3 years ago

Oh just checked, the module name is eth2-val-tools instead of github.com/protolambda/eth2-val-tools, in the go.mod file. I'll fix that. Although I'm hesitant promoting software for ease of installing that's not built for mainnet security.

protolambda commented 3 years ago

Updated in: 177418fcbf23117aac4a2709dfeeec64ba15bbef f1aabe0a4ec86da90665e45a9555e7ba678f7092 that should fix it

kvbik commented 3 years ago

Yes, the module name was the problem. Thx!

As go get github.com/protolambda/eth2-val-tools@master works now I am closing this!