Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.04 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.04 KB

Themis

Validator node for Metis Network. It uses peppermint, customized Tendermint.

Install from source

Make sure your have go1.17+ already installed

Install

$ make install

Init-themis

$ themisd init
$ themisd init --chain=mainnet        Will init with genesis.json for mainnet
$ themisd init --chain=testnet         Will init with genesis.json for testnet

Run-themis

$ themisd start

Usage

$ themisd start                       Will start for mainnet by default
$ themisd start --chain=mainnet       Will start for mainnet
$ themisd start --chain=testnet       Will start for testnet
$ themisd start --chain=local         Will start for local with NewSelectionAlgoHeight = 0

Run rest server

$ themisd rest-server 

Run bridge

$ themisd bridge 

Develop using Docker

You can build and run Themis using the included Dockerfile in the root directory:

docker build -t themis .
docker run themis