// project
● in production

Monero Wallet (XMR)

Monero (monero-wallet-rpc) Node.js Express systemd

Implementation of a functional Monero wallet without needing to sync the full ~180GB blockchain: monero-wallet-rpc connected to a trusted remote node, with a custom Node.js/Express web interface acting as an admin layer and proxy to the RPC.

The services run as independent systemd units for RPC and interface, with the seed phrase kept offline following custody best practices. This same wallet operates as the hot wallet for XMR payments across other projects I manage.

An example of how I integrate crypto payments without relying on external custodians or exposing private keys to any third-party service.

← Back to projects