The next generation VeChain wallet for all platforms.
Compared to Sync v1, the most significant change is that the built-in dApp browser is abandoned. That means now dApps can freely run in your favorite web browser.
Platform | Link | |
---|---|---|
Browser (nightly/unstable) | https://lite.sync.vecha.in | |
Desktop | ||
Windows | Releases | |
macOS | Releases | |
Linux | Releases | |
Mobile | ||
Android | Releases | |
iOS | WIP |
You can easily port your dApp by integrating Connex v2.
npm install
- web mode
quasar dev
- electron mode
quasar dev -m electron
- ios mode
quasar dev -m ios
- android mode
quasar dev -m android
npm run lint
quasar build
Click to get detail
Browser version will be updated automatically by Action
- Bump
<version>
in package.json git tag v<version>
git push origin v<version>
- Check Action for more detailed info.
This package is licensed under the GNU Lesser General Public License v3.0, also included in LICENSE file in the repository.