This repo is out of maintenance and decommissioned.
This is a C++ library for interacting with the BNB Chain. It includes the following core components:
- crypto - core cryptographic functions.
- Signer - management of accounts, including seed and encrypted mnemonic generation.
For examples, please check the wiki.
All new code changes should be covered with unit tests. You can see the existing test cases here: https://github.com/binance-chain/cplusplus-sdk/tree/master/tests
Contributions to the BNB Chain Cplusplus SDK are welcome. Please ensure that you have tested the changes with a local client and have added unit test coverage for your code.
The BNB Chain C++ SDK is available under the MIT license. See the LICENSE file for more info.