Skip to content

AaronJaramillo/LibbitcoinTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibbitcoinTutorial

Example Programs from AaronJaramillo.org Libbitcoin Tutorials

In depth explination of the code and the larger libbitcoin framework can be found at www.aaronjaramillo.org All Examples can be compiled with

$ g++ -std=c++11 -o HDwallet HD_wallet.cpp $(pkg-config --cflags libbitcoin --libs libbitcoin)

And then run with

$./HDwallet

About

Example Programs from Libbitcoin Tutorials at

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages