laconicd/docs/quickstart/installation.md
Federico Kunze 5ba8ce4605
testnet docs (#393)
* testnet docs

* more updates on quickstart docs

* update quickstart

* more updates

* update quickstart

* final touches

* update lint
2020-07-17 14:07:05 -04:00

894 B

Installation

Binaries

Clone and build Ethermint using git:

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

Check that the binaries have been successfuly installed:

emintd -h
emintcli -h

Releases

::: 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

Next {hide}

Learn how to run a node {hide}