Skip to content

The Software Development kit and demo program for CloudCoin. Written in C++

License

Notifications You must be signed in to change notification settings

CloudCoinConsortium/CloudCoin-CPP-SDK

Repository files navigation

Cloud Coin C++ SDK

Files to be replicated from C#

  • BankKeys.cs
  • BankTotal.cs
  • CloudBankUtils.cs
  • Receipt.cs
  • ReceiptDetail.cs

Naming Conventions

Local Variables and Functions

snake_case. Do not separate numbers from letters. Eg: private_key, left_angle2

Constants

SCREAMING_SNAKE_CASE Eg: PI, ALPHA

Classes

CamelCase. (Keep acronyms like HTTP, RFC, XML uppercase.) Eg: SomeClass, SomeXML

File Names and Directories

snake_case Eg: bank_keys.h, lib/hello_world/hello_world.cpp

About

The Software Development kit and demo program for CloudCoin. Written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published