Skip to content

edwardbr/breadwallet-core

 
 

Repository files navigation

breadwallet-core

SPV bitcoin C library with added BitCoinSV

steps for compilation I am compiling using clang 9 but I am sure that a more ancient version of the C compiler will work too

  • git clone git@github.com:edwardbr/breadwallet-core.git
  • git checkout bsv
  • git submodule init
  • git submodule update
  • make
  • #For btc
  • ./test
  • #For bch
  • ./test bch
  • #For bsv
  • ./test bsv

About

SPV bitcoin C library with support for BSV

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 68.1%
  • Java 20.3%
  • Swift 10.8%
  • C++ 0.4%
  • CMake 0.3%
  • Makefile 0.1%