Skip to content

RUSSIANCYBERNETICSBLOCKCHAIN/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.15+ already installed

Install

$ make install

Run-heimdall

$ heimdalld init --chain-id <chain-id> <moniker>
$ heimdalld start

Run rest server

REST server runs in-process with heimdall node. To enable REST server edit app.toml and enable api.enable. For serving swagger, enable api.swagger.

Documentation

Latest docs are here Test webhook trigger

About

Validator node for Matic PoS layer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.4%
  • Go 42.1%
  • Other 0.5%