Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 14 days 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
```