Skip to content

fanquake/swiftLibconsensus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftLibconsensus

Swift wrapper around libbitcoinconsensus.

Make and install libbitcoinconsensus:

pushd bitcoin
./autogen.sh
./configure --with-libs=yes --with-gui=no --with-daemon=no --with-utils=no --disable-tests --disable-bench
make -j6
make install

Inside your projects Package.swift:

dependencies: [
    .package(url: "https://github.com/fanquake/swiftLibconsensus", .branch("master"))
],

About

Swift wrapper for libbitcoinconsensus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published