The DMQ node allows for client peers to communicate efficiently by publishing and consuming messages which are diffused over a P2P network to other nodes.
This repository provides the dmq-node executable to participate in the DMQ network.
We use cabal to build our project, potentially inside a Nix shell (nix develop or nix-shell). It should suffice with:
> cabal build dmq-nodeThe executable can be run with:
> cabal run dmq-nodeTo run the test suite, one can use:
> cabal test allThe contributing guide is available here. The style guide is available here. The code of conduct is available here.