Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vechain/thor-sync.electron
A browser that empowers DApps on VeChain
https://github.com/vechain/thor-sync.electron
blockchain connex crypto dapp desktop vechain wallet
Last synced: 3 months ago
JSON representation
A browser that empowers DApps on VeChain
- Host: GitHub
- URL: https://github.com/vechain/thor-sync.electron
- Owner: vechain
- License: lgpl-3.0
- Created: 2018-08-07T06:33:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T21:56:57.000Z (over 1 year ago)
- Last Synced: 2024-06-19T22:15:59.106Z (5 months ago)
- Topics: blockchain, connex, crypto, dapp, desktop, vechain, wallet
- Language: Vue
- Homepage:
- Size: 4.97 MB
- Stars: 55
- Watchers: 18
- Forks: 28
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - [link
README
VeChain Sync
Sync provides a seamless experience for users and developers. which is designed to provide the superior user experiences for dApps on the VeChainThor blockchain. It serves as the dApp environment to provide unlimited potential for developers and users.
![homepage](https://raw.githubusercontent.com/wiki/vechain/thor-sync.electron/Images/homepage.png)
## Build From Source
```bash
git clone https://github.com/vechain/thor-sync.electron.git
cd thor-sync.electron
# install dependencies
npm install# build electron application for production
npm run build```
## Contributing
Please take a quick look at the [Report Issue](https://docs.vechain.org/sync/user-guide/report-issue.html) / [Contributing](https://docs.vechain.org/sync/user-guide/contribute.html) before opening an issue or pull request.## Acknowledgement
Special thanks to following projects:
- [Electron](https://github.com/electron)
- [Vuetify](https://github.com/vuetifyjs)## License
VeChain Sync is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html), also included in *LICENSE* file in repository.
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).