This is a library intended to be used within applications or services that use blockchain related technology.
It comes with a sample application that demonstrates some of the available functionality.
It is a cross platform C++ library. Although, there is some specific Visual Studio support available.
git clone https://github.com/jamesjohnmcguire/HttpTool
Dependencies: OpenSSL, SpdLog and Google Test
Refer to DevelopmentTools Build Scripts for specific build examples.
If you have found a bug or have a suggestion that would make this better, please fork this repository and create a pull request. You can also simply open an issue with the tag "bug" or "enhancement".
- Fork the Project
- Create your Bug / Feature Branch (
git checkout -b feature/amazing-feature) - Commit your Changes (
git commit -m 'Add some amazing feature') - Push to the Branch (
git push origin feature/amazing-feature) - Open a Pull Request
Please match the current coding style. Most notably:
- One operation per line
- Use complete English words in variable and method names
- Attempt to declare variable and method names in a self-documenting manner
- Add unit tests
Distributed under the MIT License. See LICENSE for more information.
James John McGuire - jamesjohnmcguire@gmail.com LinkedIn - GitHub
Project Link: BuildingBlocks