https://github.com/bradoyler/xmr-paper
Monero (XMR) wallet generator, built with Vue.js
https://github.com/bradoyler/xmr-paper
monero vuejs wallet xmr
Last synced: 9 months ago
JSON representation
Monero (XMR) wallet generator, built with Vue.js
- Host: GitHub
- URL: https://github.com/bradoyler/xmr-paper
- Owner: bradoyler
- Created: 2018-01-21T04:41:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T21:50:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T11:57:00.094Z (9 months ago)
- Topics: monero, vuejs, wallet, xmr
- Language: JavaScript
- Homepage: https://bradoyler.github.io/xmr-paper/
- Size: 1.24 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - XMR Paper - Monero (XMR) wallet generator, built with Vue.js (Open Source [🔝](#readme))
- awesome-vue-zh - XMR论文 - 使用Vue.js构建的Monero钱包发生器 (awesome-vue [](https://github.com/sindresorhus/awesome) / 开源)
- awesome-vue - XMR Paper - Monero wallet generator, built with Vue.js (Projects Using Vue.js / Open Source)
- awesome-vue - XMR Paper ★2 - Monero wallet generator, built with Vue.js (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Open Source)
- awesome-vue - XMR Paper - Monero wallet generator, built with Vue.js (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Open Source)
README
# Monero Paper
Monero (XMR) wallet generator, built with Vue.js
[<< Try it >>](https://bradoyler.github.io/xmr-paper/)

## Setup for Development
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```