Skip to content
/ xmr-sample-webpack Public template

Sample Monero Node.js and browser application

Notifications You must be signed in to change notification settings

woodser/xmr-sample-webpack

Repository files navigation

Description

This project contains sample web applications using the monero-ts library.

How to Run in a Browser

  1. Download and install Monero CLI
  2. Start monerod with authentication and CORS access. For example: ./monerod --testnet --rpc-access-control-origins http://localhost:8080
  3. Start monero-wallet-rpc with authentication and CORS access. For example: ./monero-wallet-rpc --daemon-address http://localhost:28081 --testnet --rpc-bind-port 28084 --rpc-login rpc_user:abc123 --rpc-access-control-origins http://localhost:8080 --wallet-dir ./
  4. git clone https://github.com/woodser/xmr-sample-webpack
  5. cd xmr-sample-webpack
  6. npm install
  7. ./bin/build_browser_app.sh
  8. Access web app at http://localhost:8080