woodser / monero-deposit-scanner

Open-source, client-side deposit scanner for Monero wallets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Open-source, client-side deposit scanner for Monero wallets.

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:8080
  3. git clone https://github.com/woodser/monero-deposit-scanner
  4. cd monero-deposit-scanner
  5. npm install
  6. npm start
  7. Access web app at http://localhost:8080 (opens automatically)

UI Design

Initial design. See design.pdf for more mockups.


Support the developer

Send Monero donations to:


4735QZGCqASdjFvcFoJRkm6i8Z7fWWGAYe3PDS81hvnrjJj4J7kPoPbbYN9MBhru9xBRMPvi74TBXM19i2nRtykiFMDbG9n

About

Open-source, client-side deposit scanner for Monero wallets

License:MIT License


Languages

Language:TypeScript 56.1%Language:JavaScript 34.9%Language:CSS 8.8%Language:HTML 0.2%