Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 421 Bytes

Monero Paper

Monero (XMR) wallet generator, built with Vue.js

<< Try it >>

xmr-paper

Setup for Development

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build