Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/liyingxuan/ont-wallet-desktop

Test project
https://github.com/liyingxuan/ont-wallet-desktop

Last synced: 19 days ago
JSON representation

Test project

Awesome Lists containing this project

README

        

# ONT : Wallet

#### Introduction
> ONT桌面测试版。

#### Start
目前:直接改index.html,引入sdk调试。

后期:复制vue dist里文件到/src/wallet/下。

#### Run
```
npm install
```

#### Dev
```
npm start
```

#### Packager
```
npm run package:mac
npm run package:win
npm run package:linux
```
App输出目录:./dist/

#### 开发需知
1. 桌面版钱包入口文件
main.js

2. Node.js库
```js
const xxx = require('xxx.js');
```