Skip to content

Instantly share code, notes, and snippets.

@whyrusleeping
Last active April 2, 2018 12:34
Show Gist options
  • Save whyrusleeping/b5e6a22a1369581ae6bd22260148caa1 to your computer and use it in GitHub Desktop.
Save whyrusleeping/b5e6a22a1369581ae6bd22260148caa1 to your computer and use it in GitHub Desktop.
building the hacky libp2p thing
mkdir -p $GOPATH/src/github.com/ethereum/
cd $GOPATH/src/github.com/ethereum
git clone https://github.com/whyrusleeping/go-ethereum
make libp2p
// That might error... If it does, run:
go install ./cmd/geth
// and everything should be fine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment