https://github.com/josemmo/iotawebwallet
An easy-to-use yet powerful web wallet for IOTA
https://github.com/josemmo/iotawebwallet
iota iota-wallet
Last synced: 2 months ago
JSON representation
An easy-to-use yet powerful web wallet for IOTA
- Host: GitHub
- URL: https://github.com/josemmo/iotawebwallet
- Owner: josemmo
- License: gpl-3.0
- Created: 2018-02-06T08:34:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T06:51:47.000Z (over 2 years ago)
- Last Synced: 2025-03-18T17:14:42.229Z (2 months ago)
- Topics: iota, iota-wallet
- Language: JavaScript
- Homepage: https://iotawebwallet.com
- Size: 4.32 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# IOTA Web Wallet
[](https://iotawebwallet.com/)
[](https://github.com/josemmo/iotawebwallet/actions)
[](COPYING)[IOTA Web Wallet](https://iotawebwallet.com/) 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](https://github.com/iotaledger/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:
```bash
# 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](COPYING) and uses libraries under MIT and WTFPL licenses.