There was an error while loading. Please reload this page.
Install all dependencies and tools
$ make dep
Build heimdall
$ make build
Start heimdall process
$ make run-heimdall
Start rest-server
$ make rest-server
Run Docker container
Create and run docker container with mounted directory -
$ docker run --name matic-heimdall -P -it \ -v ~/.heimdalld:/root/.heimdalld \ -v (pwd)/logs:/go/src/github.com/maticnetwork/heimdall/logs \ "maticnetwork/heimdall:<tag-name>" \ bash
Note: Do not forget to replace <tag-name> with actual tag-name.
<tag-name>