loverdos / mantis-cardano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mantis-Cardano

This started as a spin-off of Mantis, in order to deliver the KEVM and IELE testnets.

It supports Pluggable VMs and Consensus, and work has started for a Cardano CL layer via sidechains.

Logs

Mantis uses Riemann as well as normal logs. By default Riemann events are sent to stdout, however this can make things quite noisy. It is recommended that you run Riemann locally. This can be done using docker:

docker run -p 5555:5555 -p 5556:5556 riemannio/riemann

and uncommenting the riemann section of application.conf.

You can then view Riemann events by using tools such as:

rcl

rcl 'service =~ "mantis %"'

A useful query with jq filtering is:

rcl 'service =~ "mantis %" and not service =~ "mantis health %" and not service =~ "mantis riemann %"' | jq -c 'del(.[] | nulls) | del(.host) | del(.ttl) | del(.time)''

riemann dash

docker run -p 4567:4567 include/docker-riemann-dash

About

License:MIT License


Languages

Language:Scala 99.5%Language:Shell 0.2%Language:Solidity 0.1%Language:Dockerfile 0.1%Language:Batchfile 0.0%