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

https://github.com/yosh1/nem-wallet-vue-ts

This is a nem wallet developed by Vue.js and Type Script.
https://github.com/yosh1/nem-wallet-vue-ts

blockchain nem token typescript vue vue-ts wallet yarn

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# nem-wallet

## How to run ?

### Local

```
$ yarn install
$ yarn serve
```

### Docker

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