Skip to content
/ kazesl Public

Modern C++ cryptocurrency core layer developped using boost.asio and C++17.

License

Notifications You must be signed in to change notification settings

wiatrM/kazesl

Repository files navigation

Kaze-SL

Kaze settlement layer

Build Status Build status codecov GitHub (pre-)release

How to run

$ git submodule init
$ git submodule update

Run Docker (debug mode wih tests):

$PWD is your working dir

docker image pull kazeorg/kazesl
docker run -v "$PWD/:/app:rw" kazeorg/kazesl /bin/bash -c "bash /app/scripts/build.sh --debug --ut"
docker run -v "$PWD/:/app:rw" -p 8080:8080 kazeorg/kazesl /app/build/bin/kazesl-run

Development process

For more information regarding development process please see Development process

Links

About

Modern C++ cryptocurrency core layer developped using boost.asio and C++17.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published