josemmo / iotawebwallet

An easy-to-use yet powerful web wallet for IOTA
https://iotawebwallet.com
GNU General Public License v3.0
4 stars 1 forks source link
iota iota-wallet

IOTA Web Wallet

Open Web App Build Status License

IOTA Web Wallet is an Open Source and Free Software project that aims to provide a reliable and complete app for managing IOTA wallets directly from the web.

It uses the official iota.js library to perform all Tangle-related operations. It also encrypts your seeds and stores them in your browser local storage instead of sending them to a third-party server.

Building the app

If you prefer to build the app yourself instead of using the latest version online, you'll need NodeJS with NPM/Yarn:

# Clone this repository
git clone https://github.com/josemmo/iotawebwallet
cd iotawebwallet

# Install dependencies
npm install

# Build the app
npm run build

License

IOTA Web Wallet is provided under the GNU General Public License and uses libraries under MIT and WTFPL licenses.