Install jq
On Mac brew install jq or download the official binaries on the project website.
Clone and build Ethermint using git:
git clone https://github.com/tharsis/ethermint.git
cd ethermint
make installCheck that the binaries have been successfully installed:
ethermintd versionYou can build Ethermint using Docker by running:
make docker-buildThis will install the binaries on the ./build directory. Now, check that the binaries have been
successfully installed:
ethermintd version::: warning Ethermint is under VERY ACTIVE DEVELOPMENT and should be treated as pre-alpha software. This means it is not meant to be run in production, its APIs are subject to change without warning and should not be relied upon, and it should not be used to hold any value. We will remove this warning when we have a release that is stable, secure, and properly tested. :::
You can also download a specific release available on the Ethermint repository or via command line:
go install github.com/tharsis/ethermint@latestLearn how to run a node {hide}