id | title | description |
---|---|---|
getting-started |
Getting Started |
C++ Crypto Library For Working With Transactions |
-
Fork the package.
-
Clone the newly forked repository.
git clone https://github.com/<githubusername>/cpp-crypto
-
Next, we move into the cloned directory.
cd cpp-crypto
-
Build the package using CMake.
mkdir build && cd build cmake -DUNIT_TEST=ON .. cmake --build .
-
Now we can run the tests to see if everything is running as it should.
./test/ark_cpp_crypto_tests
pio run -e esp32_tests -d test/ -t upload