samvid25 / LibbitcoinTutorial

Example Programs from Libbitcoin Tutorials at

Home Page:http://www.aaronjaramillo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.aaronjaramillo.org


Languages

Language:C++ 99.3%Language:Python 0.7%