Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.01 KB

electron wallet

Build Status

An electron-vue project

Build Setup

Dependencies
# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.

比特币多签钱包流程

多签流程 由流程图可以确认多签交易流程需要后端参与,目前只提交了前端electron代码, 后端可以自行完善。