Giter Club home page Giter Club logo

walletviewer's Introduction

myNXT.info Wallet Viewer

Wallet decrypter and viewer for http://wallet.myNXT.info/

Dependencies

To build this software you will need:

  • SCons
  • Qt 4
  • PolarSSL

Build in Ubuntu Linux

For Ubuntu up to 14.10,

sudo apt-get install scons libqt4-dev libpolarssl-dev git
git clone https://github.com/mynxt-info/WalletViewer.git
cd WalletViewer
scons

For Ubuntu 16.04 and later,

wget https://tls.mbed.org/download/polarssl-1.3.9-gpl.tgz
tar xvfz polarssl-1.3.9-gpl.tgz
cd polarssl-1.3.9
make
sudo make install
cd ..
sudo apt install scons libqt4-dev git
git clone https://github.com/mynxt-info/WalletViewer.git
cd WalletViewer
scons

Build in Windows

  1. Download and install scons using the Windows installer: http://www.scons.org/download.php

  2. Download and install Qt4 using the Windows installer: http://qt-project.org/downloads

  3. Download the PolarSSL source code. https://polarssl.org/

  4. Build the PolarSSL solution in Visual Studio. https://polarssl.org/kb/compiling-and-building/how-do-i-build-compile-polarssl

  5. Download and install Git http://git-scm.com/download/win

  6. Setup your environment

set QT4DIR=C:\path\to\qt4
set PATH=$QT4DIR\bin;%PATH%
set POLARSSL_HOME=C:\path\to\polarssl
  1. Get the source code and build
git clone https://github.com/mynxt-info/WalletViewer.git
cd WalletViewer
scons

Example

Try opening the example wallet file wallet.json.aes with password example.

walletviewer's People

Contributors

jcoffland avatar vanbreuk avatar

Watchers

Ben Haim avatar

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.