Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 367 Bytes

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