wallet

IOTA Wallet

  • 所有者: iotaledger-archive/legacy-wallet-use-trinity-wallet-instead
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

IOTA App

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

Prerequisites

  1. Download NodeJS

  2. Install Electron:

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

Windows Users Only

Run the following command as Administrator:

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.

  1. Install Docker

Instructions

  1. Clone this repository:
git clone https://github.com/iotaledger/wallet
  1. Go to the wallet directory:
cd wallet
  1. Clone iri:
git clone https://github.com/iotaledger/iri

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

  1. Install components
npm install
  1. Run the app:
npm start
  1. If you wish to compile the app:
npm run compile

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

npm run compile:win
npm run compile:mac
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.

主要指标

概览
名称与所有者iotaledger-archive/legacy-wallet-use-trinity-wallet-instead
主编程语言JavaScript
编程语言HTML (语言数: 4)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2016-07-20 15:44:50
推送于2021-02-25 15:21:34
最后一次提交2018-10-08 12:53:14
发布数33
最新版本名称v2.5.7 (发布于 )
第一版名称v1.0.3 (发布于 )
用户参与
星数2.1k
关注者数250
派生数412
提交数412
已启用问题?
问题数1180
打开的问题数547
拉请求数28
打开的拉请求数17
关闭的拉请求数40
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?