Giter Club home page Giter Club logo

coinvault's Introduction

                           V A U L T (TM)

=============================================================================== Copyright (c) 2013 Ciphrex LLC, All Rights Reserved.

Vault is an interactive desktop application for transacting on the bitcoin network supporting m-of-n signature policies and multiuser/multidevice account management.

It is built atop two custom libraries, CoinClasses and CoinQ, which provide all core functionality for managing bitcoin data structures and connecting to peers.

-CoinClasses is licensed under the MIT license.

-CoinQ is licensed under the GPLv2 license.

In addition, Vault depends on the following:

- Qt5 application and UI framework          http://qt-project.org/
    * Qt5Core
    * Qt5Gui
    * Qt5Widgets
    * Qt5Network

- Boost C++ Libraries (1.49 or greater)     http://www.boost.org/
    * boost_system
    * boost_filesystem
    * boost_regex
    * boost_thread

- OpenSSL (including EC module)             http://www.openssl.org/
    * crypto

- ODB: C++ Object-Relational Mapping        http://www.codesynthesis.com/products/odb/download.xhtml
    * ODB Compiler (odb)
    * Common Runtime Library (libodb)
    * SQLite Database Runtime Library (libodb-sqlite)

Vault has been built in Linux using gcc 4.6.3 and greater for both 64-bit Linux and 64-bit Windows (cross-build, mingw64). It has also been built using clang (4.1 and greater) in OS X (10.7 and greater).

  • To build for linux: $ ./build-all.sh linux

  • To build for windows: $ ./build-all.sh mingw64

  • To build for os x: $ ./build-all.sh osx

OS X installation notes:

$ brew update
$ brew install boost qt5 openssl libpng

Download odb binary (currenlty odb-2.3.0-i686-macosx) or build from source.
Set path to odb:
$ export PATH=/path/to/odb-2.3.0-i686-macosx/bin:$PATH

Download, extract, compile, and install:
  libodb-2.3.0, libodb-sqlite-2.3.0
$ ./configure && make && make install

===============================================================================

DISCLAIMER:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

coinvault's People

Contributors

codeshark avatar

Watchers

 avatar  avatar

Forkers

ziptrade

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.