Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

IOTA Wallet

License

NotificationsYou must be signed in to change notification settings

iotaledger-archive/legacy-wallet-use-trinity-wallet-instead

Repository files navigation

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

Prerequisites

  1. DownloadNodeJS

  2. InstallElectron:

npm install -g electron
  1. InstallBower:
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. InstallElectron Builder

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

  1. InstallDocker

Instructions

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

Note: make sure compiled iri.jar is in theiri 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:winnpm run compile:macnpm run compile:lin

Compiled binaries are found in theout directory.

Testnet

To build testnet binaries, renamepackage.testnet.json topackage.json and follow instructions as above. Make sure the jar is namediri-testnet.jar.


[8]ページ先頭

©2009-2025 Movatter.jp