rzmahmood / ethereum-pos-testnet

💻⛓️ A Quick and Easy Way to Bootstrap your own Local Ethereum PoS Testnet. Great for testing consensus ⛓️💻
MIT License
41 stars 18 forks source link

bazel also required #18

Open kf106 opened 6 months ago

kf106 commented 6 months ago

You mention that jq and go are prerequisites, but bazel is also required:

Error: bazel is not installed. Please install bazel first. See https://docs.prylabs.network/docs/install/install-with-bazel#install-bazel-using-bazelisk

I dind't find the instructions at the referenced page particularly clear, and used this on Ubuntu 22.04:

Download bazelisk-linux-amd64 from https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64 Rename it bazel: mv bazelisk-linux-amd64 bazel Make it executable: chmod +x bazel Sudo move it to /usr/local/bin: sudo mv bazel /usr/local/bin