This project contains sample web applications using the monero-ts library.
- Download and install Monero CLI
- Start monerod with authentication and CORS access. For example:
./monerod --testnet --rpc-access-control-origins http://localhost:8080
- 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 ./
git clone https://github.com/woodser/xmr-sample-webpack
cd xmr-sample-webpack
npm install
./bin/build_browser_app.sh
- Access web app at http://localhost:8080