Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.


Download ·
·
TestNet Faucet

![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).