Skip to content

A forked wallet that has extended bulletin generating functionality

Notifications You must be signed in to change notification settings

soapboxfork/ombwallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ombwallet

A fork of btcsuite's btcwallet. This project is based off of the 0.5.1 Alpha release of btcwallet. It has intentionally been held back to maintain my sanity as we work on other code bases.

Installation

Linux/BSD/POSIX - Build from Source

# Just download the required packages.
> go get -d github.com/soapboxsys/ombwallet/...
# Move into the workspace's path
> cd $GOPATH/src/github.com/soapboxsys/ombwallet
# Use godep to checkout the correct dependent library commits
> godep restore
# Move into your $GOPATH binary directory and build the binary
> cd $GOPATH/bin/
> go build github.com/soapboxsys/ombwallet/...

About

A forked wallet that has extended bulletin generating functionality

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Shell 0.2%