Skip to content

BeanTosser/xmr-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project is a sample web application using the monero-javascript 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/xmr-sample-app
  5. cd xmr-sample-app
  6. npm install
  7. ./bin/build_browser_app.sh
  8. Access web app at http://localhost:9100

About

Sample Monero Node.js and browser application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • HTML 9.5%
  • Shell 9.1%
  • Batchfile 9.0%
  • Python 4.1%