woodser / monerowebwallet.com

Open-source, client-side web wallet for Monero

Home Page:https://monerowebwallet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Placeholder for an open-source, client-side web wallet which uses monero-javascript to perform transaction scanning client-side and without sharing the view key with an external server using the library.

How to Run in a Browser

  1. Download and install Monero CLI
  2. Start monero-daemon-rpc with authentication and CORS access. For example: ./monerod --stagenet --rpc-login superuser:abctesting123 --rpc-access-control-origins http://localhost:9100
  3. Start monero-wallet-rpc with authentication and CORS access. For example: ./monero-wallet-rpc --daemon-address http://localhost:38081 --daemon-login superuser:abctesting123 --stagenet --rpc-bind-port 38083 --rpc-login rpc_user:abc123 --rpc-access-control-origins http://localhost:9100 --wallet-dir ./
  4. git clone https://github.com/woodser/monerowebwallet.com
  5. cd monerowebwallet.com
  6. npm install
  7. ./bin/build_browser_app.sh
  8. Access web app at http://localhost:9100

Starting Designs (contributions welcome)















About

Open-source, client-side web wallet for Monero

https://monerowebwallet.com


Languages

Language:JavaScript 77.2%Language:Shell 9.6%Language:HTML 8.8%Language:Python 4.4%