Skip to content

MetisProtocol/themis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages