Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/liyingxuan/ont-wallet-desktop
- Owner: liyingxuan
- License: cc0-1.0
- Created: 2018-06-12T08:52:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T09:01:04.000Z (over 6 years ago)
- Last Synced: 2024-11-09T19:12:55.573Z (3 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.js2. Node.js库
```js
const xxx = require('xxx.js');
```