Skip to content

This is a nem wallet developed by Vue.js and Type Script.

Notifications You must be signed in to change notification settings

yosh1/nem-wallet-vue-ts

Repository files navigation

nem-wallet

How to run ?

Local

$ yarn install
$ yarn serve

Docker

$ docker build -t nem-wallet .
$ docker run -p 8080:8080 -it nem-wallet