Skip to content

crynux-ai/crynux-relay

Repository files navigation

h-relay

The layer 2 relay server for the Crynux node

Running the tests

The tests could be executed using a docker image.

  1. Build the docker image using the Dockerfile given under the tests package:
# docker build -t crynux_relay:test -f .\tests\test.Dockerfile .
  1. Run the tests:
# docker run -it --rm crynux_relay:test