secp256 / cplusplus-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binance Chain C++ SDK

This is a C++ library for interacting with the Binance 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 Binance 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 Binance Chain C++ SDK is available under the MIT license. See the LICENSE file for more info.

About

License:Apache License 2.0


Languages

Language:C 78.0%Language:C++ 20.1%Language:CMake 1.9%