Skip to content

Ecoblockchain/wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOTA App

Prerequisites

  1. Download NodeJS

  2. Install Electron:

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

Instructions

  1. Create a new directory:
mkdir iota
  1. Go to the iota directory:
cd iota
  1. Clone repositories:
git clone https://github.com/iotaledger/wallet
git clone https://github.com/iotaledger/iri

Note: iri project does not exist yet -- make an IRI directory manually and place IRI.jar in it.

  1. Install components
npm install
  1. Run the app:
npm start

Packages

 
 
 

Languages

  • JavaScript 78.3%
  • CSS 14.4%
  • HTML 7.3%