Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 272 Bytes

File metadata and controls

13 lines (9 loc) · 272 Bytes

Contributing

Thanks for improving the MakePay C++ SDK.

cmake -S . -B build -DMAKEPAY_BUILD_TESTS=ON
cmake --build build --parallel
ctest --test-dir build --output-on-failure
node scripts/validate.mjs

Keep credentials out of tests, examples, and CI logs.