Skip to content

justmoon/bzing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bzing - Low-level Bitcoin database library

Bzing is a high performance blockchain data structure library in pure C (specifically C99). It is meant to be used as a database backend in higher level Bitcoin implementations.

Installation

Before installing libbzing, we recommend you install one or more supported persistent backends:

If installed, they should be detected and linked automatically. Alternatively you can run libbzing using one of the built-in memory-only backends:

Compiling

To compile, you need GCC, Ruby, CMake, Git. Run:

git clone --recursive git://github.com/justmoon/bzing.git
cd bzing
./configure
make
sudo make install

Test

make test

License

This library is free and open-source software released under the MIT license.

About

Experimental block chain storage library (in development)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors