Saksaha is a decentralized computing platform. Saksaha aims to provide ways to store and process data in a verifiable yet private way.
...
git clone https://github.com/saksaha/saksaha
./ci build
This mono repository contains multiple components that can be developed independent of each other. In order to run saksaha-network
in development, execute the following in the project directory. Refer to the documentation for more details.
./ci dev
Run all tests. In the project root, execute the following.
./ci test
Run tests in a specific module or run a single test.
./ci test --package [package_name] test_name
./ci test [module_name]::