Skip to content

DarkZeros/dbc-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbc-main

DB Currency Core Library

This contains the base library, that takes care of:

  • FullNode / LightNode operation
    • Network connection, auto discovery
  • Mining node operation
  • Certification node operation
  • Direct SQL interface

It uses:

  • SQLite - As the core technology inside
  • crytopp - As the tools for hashing and mining
  • A lot of C++11 code to implement everything on top of those

This contains no code for UI, or UI related things. It is the UI that performs SQL querys to the core if it wants to search some specific data inside the DB.

About

DB Currency Core Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages