laconicd-deprecated/docs/quickstart/installation.md
Federico Kunze Küllmer 0cdedfc1fd
docs: update README.md (#503)
* readme: update

* install

* typo
2021-08-26 18:06:44 +00:00

981 B

Installation

Build and install the Ethermint binaries from source or using Docker. {synopsis}

Pre-requisites

Install Binaries

GitHub

Clone and build Ethermint using git:

git clone https://github.com/tharsis/ethermint.git
cd ethermint
make install

Check that the binaries have been successfully installed:

ethermintd version

Docker

You can build Ethermint using Docker by running:

make docker-build

This will install the binaries on the ./build directory. Now, check that the binaries have been successfully installed:

ethermintd version

Releases

You can also download a specific release available on the Ethermint repository or via command line:

go install github.com/tharsis/ethermint@latest