Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

bnb-chain/cplusplus-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is out of maintenance and decommissioned.

BNB Chain C++ SDK

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.

API

For examples, please check the wiki.

Testing

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

Contributing

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.

License

The BNB Chain C++ SDK is available under the MIT license. See the LICENSE file for more info.