Skip to content

An easy-to-use yet powerful web wallet for IOTA

License

Notifications You must be signed in to change notification settings

josemmo/iotawebwallet

Repository files navigation

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.