All Projects → iotaledger → Legacy Wallet Use Trinity Wallet Instead

iotaledger / Legacy Wallet Use Trinity Wallet Instead

Licence: gpl-3.0
IOTA Wallet

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
NSIS
403 projects

Projects that are alternatives of or similar to Legacy Wallet Use Trinity Wallet Instead

PEGASUS
Pegasus is a browser extension that implements a wallet for the IOTA cryptocurrency. https://allemanfredi.github.io/pegasus-website/
Stars: ✭ 14 (-99.34%)
Mutual labels:  iota, iota-wallet
Nelson.cli
WE HAVE MOVED TO A NEW REPOSITORY
Stars: ✭ 139 (-93.45%)
Mutual labels:  iota
Curl Collisions
An implementation of Heilman et al.'s differential attack on IOTA's Curl hashing function.
Stars: ✭ 20 (-99.06%)
Mutual labels:  iota
Iri
IOTA Reference Implementation
Stars: ✭ 1,188 (-44.04%)
Mutual labels:  iota
Iota Prom Exporter
Iota Exporter for Prometheus Metrics
Stars: ✭ 33 (-98.45%)
Mutual labels:  iota
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-95.34%)
Mutual labels:  iota
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (-55.86%)
Mutual labels:  iota
Iota
Fast [co]product types with a clean syntax. For Cats & Scalaz.
Stars: ✭ 175 (-91.76%)
Mutual labels:  iota
Iota Java
IOTA Java API Library. Find documentation on
Stars: ✭ 137 (-93.55%)
Mutual labels:  iota
Iotalk
iotalk is a privacy-minded messaging system built on the IOTA Tangle. Messages are encrypted so only the intended recipient can read them.
Stars: ✭ 67 (-96.84%)
Mutual labels:  iota
Blue App Iota
IOTA wallet application for Ledger Blue and Nano S
Stars: ✭ 67 (-96.84%)
Mutual labels:  iota
Iota Transaction Spammer Webapp
Stars: ✭ 40 (-98.12%)
Mutual labels:  iota
Entangled
enTangle'd is an amalgamation of all things Tangle
Stars: ✭ 107 (-94.96%)
Mutual labels:  iota
Privatekeyvault
Make Instructions: Airgapped raspberry pi computer for working with blockchains featuring LUKS full disk encryption and using qr-codes to pass encrypted files and offline transaction instructions across the airgap.
Stars: ✭ 29 (-98.63%)
Mutual labels:  iota
Tangleid
Secure self-sovereign identity built on IOTA/Tangle
Stars: ✭ 141 (-93.36%)
Mutual labels:  iota
Txpromoter
IOTA TX Promoter
Stars: ✭ 9 (-99.58%)
Mutual labels:  iota
Iota.lib.csharp
Iota.Lib.Csharp
Stars: ✭ 63 (-97.03%)
Mutual labels:  iota
Iota.lib.cpp
IOTA C++ Library
Stars: ✭ 84 (-96.04%)
Mutual labels:  iota
Bee
A framework for IOTA nodes, clients and applications in Rust
Stars: ✭ 176 (-91.71%)
Mutual labels:  iota
Hornet
HORNET is a powerful IOTA fullnode software
Stars: ✭ 168 (-92.09%)
Mutual labels:  iota

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].