Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 373 Bytes

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