Skip to content

henry-0/heimdall

 
 

Repository files navigation

Heimdall

Go Report Card CircleCI GolangCI

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

Install from source

Make sure your have go1.11+ already installed

Install

$ make install network=mainnet

Usage

# make install					Will generate for mainnet by default
# make install network=mainnet			Will generate for mainnet
# make install network=mumbai			Will generate for mumbai
# make install network=local			Will generate for local with NewSelectionAlgoHeight = 0
# make install network=anythingElse		Will generate for mainnet by default

Run-heimdall

$ heimdalld start

Run rest server

$ heimdalld rest-server 

Develop using Docker

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

docker build -t heimdall .
docker run heimdall

Documentation

Latest docs are here

About

Validator node for Matic PoS layer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 67.7%
  • JavaScript 32.1%
  • Other 0.2%