Skip to content

jamesjohnmcguire/BuildingBlocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

146 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Blocks Library

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.

Build from source

git clone https://github.com/jamesjohnmcguire/HttpTool

Dependencies: OpenSSL, SpdLog and Google Test

Refer to DevelopmentTools Build Scripts for specific build examples.

Contributing

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".

Process:

  1. Fork the Project
  2. Create your Bug / Feature Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some amazing feature')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Coding style

Please match the current coding style. Most notably:

  1. One operation per line
  2. Use complete English words in variable and method names
  3. Attempt to declare variable and method names in a self-documenting manner
  4. Add unit tests

License

Distributed under the MIT License. See LICENSE for more information.

Contact

James John McGuire - jamesjohnmcguire@gmail.com LinkedIn - GitHub

Project Link: BuildingBlocks

About

A Modern C++ Blockchain Abstraction Library for Provider-Agnostic Support

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors