GithubHelp home page GithubHelp logo

00mjk / iron-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from irontown/iron-wallet

0.0 0.0 0.0 16.88 MB

A graphical user interface (GUI) to interact with the Iron Framework

Home Page: http://IronCoin.org

License: GNU General Public License v3.0

CSS 11.81% HTML 1.51% JavaScript 86.68%

iron-wallet's Introduction

Iron Wallet

Iron Wallet

Client

Ever wanted to access your crypto funds quickly but had to wait for hours while the blockchain downloads first? The Iron Client connects to public Iron nodes to retrieve up-to-date blockchain information.

We provide all the cryptographic tools required to create addresses, sign and verify transactions for the Iron blockchain. The Lite Client reads all the data from the public nodes, creates the transaction directly in the browser, and simply broadcasts it in a finished state.

Security

During registration, the most important piece of information is the wallet SEED. Save it somewhere safe: write it down on a piece of paper, or store it in different media.

Using the SEED you can always import your account again or change your password. The SEED will be AES-encrypted with a password of your choice, which you can enter to access your account at the log-in screen. Every transaction will be signed locally with JavaScript and transmitted to the node without revealing your wallet seed or private keys.

Testnet and Mainnet

The Client sources are currently setup for testnet. If you want to run on mainnet please change the according settings in js/app.js. Check for the possible values Gruntfile.js.

How to use the codebase

Our project uses a javascript development environment that needs to be set up before you try to open src/index.html in your browser.

Prerequisites

  1. You need to install npm. Binaries and installation instructions could be found here
  2. You need to install bower. Here is a good link to start with.

Environment set up

Since you have your environment set up you can clone the repository and run in the project root directory

npm install

Since we are reorganizing the building process, there is something more you need to have a fully working Iron Client:

npm install -g grunt
npm install grunt
grunt distr

Those commands will prepare all required dependencies. Now feel free to open src/index.html in your browser.

Packages description

Downloadable distributions

Here in the Releases page you can find all Lite Client packages available for download. For mainnet Client please download waves-lite-client-mainnet-vx.y.z.zip. For testnet use waves-lite-client-testnet-vx.y.z.zip.

To run the Lite Client downloaded as a regular zip archive, follow these steps:

  1. Download and extract zip package to some directory
  2. Navigate to that directory
  3. Open index.html in your browser
  4. Start using Lite Client!

Please keep in mind that the Lite Client uses your browser’s local storage to persist your accounts’ data in a secure way. The browser’s local storage is bound to the url of the page, so in this case it will be the path to index.html. This means that if you download the next Lite Client version, please ensure you unpack the archive in the previous version’s directory. Otherwise, the path to the index.html will change and you won’t be able to see your stored accounts.

Chrome plugin

Our Client has also a standalone version available in the Chrome Web Store. This is an application for the Chrome web browser and it is available for mainnet only. The Chrome plugin has one major benefit: all accounts registered on one device are automatically available on your other devices on which the Iron Client extension is installed. This feature requires being authorized in Chrome.

Online wallets

We provide an online-hosted version of the wallet at IronWallet.org We do not recommend using online versions of the wallets for mainnet due to security reasons. The safest way is to use the Chrome plugin or binaries deployed on Github, because we can work with their administrators to address potential scams.

FAQ

Can I generate account being completely offline?

Yes, you can! The current Lite Client version tries to access the required node only when you log in to your account. All you need to do is to download the Lite Client and run it in a safe environment (i.e. on a machine without access to the internet).

Can I make the Lite Client use my own node instead of the default one?

Yes, but you will have to modify some javascript code. Follow these simple steps:

  1. Open the js/waves-lite-client-mainnet-vx.y.z.js in your favourite text editor
  2. Search for the string AngularApplicationConfig
  3. Find where the NODE_ADDRESS is set
  4. Change the address to the address of your node. (Something like http://127.0.0.1:6869 or http://localhost:6869)

Yes, we're gonna make this much easier in the future versions...

iron-wallet's People

Contributors

aronanda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.