- Notifications
You must be signed in to change notification settings - Fork412
iotaledger-archive/legacy-wallet-use-trinity-wallet-instead
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WARNING: This wallet is now deprecated. Please usehttps://github.com/iotaledger/trinity-wallet instead.
npm install -g electron
- InstallBower:
npm install -g bower
Run the following command as Administrator:
npm install -g --production windows-build-tools
If you wish to compile the app, install the following also:
- InstallElectron Builder
Electron Builder is used behind the scenes. Read theirinstructions on how to set up your system.
- InstallDocker
- Clone this repository:
git clone https://github.com/iotaledger/wallet
- Go to the
wallet
directory:
cd wallet
- Clone iri:
git clone https://github.com/iotaledger/iri
Note: make sure compiled iri.jar is in theiri
folder.
- Install components
npm install
- Run the app:
npm start
- 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.
To build testnet binaries, renamepackage.testnet.json
topackage.json
and follow instructions as above. Make sure the jar is namediri-testnet.jar
.
About
IOTA Wallet
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.