Validator node for Metis Network. It uses peppermint, customized Tendermint.
Make sure your have go1.17+ already installed
$ make install
$ themisd init
$ themisd init --chain=mainnet Will init with genesis.json for mainnet
$ themisd init --chain=testnet Will init with genesis.json for testnet
$ themisd start
$ 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
$ themisd rest-server
$ themisd bridge
You can build and run Themis using the included Dockerfile in the root directory:
docker build -t themis .
docker run themis