项目作者: iotaledger

项目描述 :
IOTA Wallet
高级语言: JavaScript
项目地址: git://github.com/iotaledger/legacy-wallet-use-trinity-wallet-instead.git
创建时间: 2016-07-20T15:44:50Z
项目社区:https://github.com/iotaledger/legacy-wallet-use-trinity-wallet-instead

开源协议:GNU General Public License v3.0

下载


IOTA App

WARNING: This wallet is now deprecated. Please use https://github.com/iotaledger/trinity-wallet instead.

Prerequisites

  1. Download NodeJS

  2. Install Electron:

    1. npm install -g electron
  3. Install Bower:

    1. npm install -g bower

Windows Users Only

Run the following command as Administrator:

  1. npm install -g --production windows-build-tools

Compiling

If you wish to compile the app, install the following also:

  1. Install Electron Builder

    Electron Builder is used behind the scenes. Read their instructions on how to set up your system.

  2. Install Docker

Instructions

  1. Clone this repository:

    1. git clone https://github.com/iotaledger/wallet
  2. Go to the wallet directory:

    1. cd wallet
  3. Clone iri:

    1. git clone https://github.com/iotaledger/iri

    Note: make sure compiled iri.jar is in the iri folder.

  4. Install components

    1. npm install
  5. Run the app:

    1. npm start
  6. If you wish to compile the app:

    1. npm run compile

    If you’d like to create a package only for a specific OS, you can do so like this:

    1. npm run compile:win
    2. npm run compile:mac
    3. npm run compile:lin

    Compiled binaries are found in the out directory.

Testnet

To build testnet binaries, rename package.testnet.json to package.json and follow instructions as above. Make sure the jar is named iri-testnet.jar.