Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: about 2 months ago
JSON representation

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

Lists

README

        

# Monero Paper

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

[<< Try it >>](https://bradoyler.github.io/xmr-paper/)

![xmr-paper](https://user-images.githubusercontent.com/425966/35191040-13110b7c-fe3f-11e7-9298-89aa4b99fd16.gif)

## 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
```