Skip to content

hirokuma/cpp-descriptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-descriptor

prepare

I use system installed libsecp256k1(built with --enable-module-recovery).

$ git clone https://github.com/bitcoin-core/secp256k1.git
$ cd secp256k1
$ git checkout -b v0.6.0 refs/tags/v0.6.0
$ ./autogen.sh
$ ./configure --enable-module-recovery
$ make
$ sudo make install
$ cd ..

Build libwally-core.

$ git clone https://github.com/ElementsProject/libwally-core.git
$ cd libwally-core
$ git checkout -b v1.4.0 refs/tags/release_1.4.0

.$ /tools/autogen.sh
$ ./configure --prefix $HOME/.local --enable-minimal --disable-elements --enable-standard-secp --with-system-secp256k1 --disable-shared
$ make
$ make install

Install cpprestsdk to access Esplora API

$ sudo apt-get install libcpprest-dev

Build and Run

$ git clone https://github.com/hirokuma/cpp-descriptor.git
$ cd cpp-descriptor
$ make
$ ./tst

About

descriptor wallet with libwally-core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published