Skip to content
/ sync2 Public

The next-generation VeChain wallet for all platforms

License

Notifications You must be signed in to change notification settings

vechain/sync2

Repository files navigation

Sync2

The next generation VeChain wallet for all platforms.

What's New

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.

Supported Platforms

Platform Link
Browser (nightly/unstable) https://lite.sync.vecha.in
Desktop
Windows Releases
macOS Releases
Linux Releases
Mobile
Android Google Play
iOS App Store

Port dApps to Sync2

You can easily port your dApp by integrating Connex v2.

Build from source

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

  • web mode
    quasar dev
  • electron mode
    quasar dev -m electron
  • ios mode
    quasar dev -m ios
  • android mode
    quasar dev -m android

Lint the files

npm run lint

Build the app for production

quasar build

Version release flow

Click to get detail

Browser

Browser version will be updated automatically by Action

Desktop

  • Bump <version> in package.json
  • git tag v<version>
  • git push origin v<version>
  • Check Action for more detailed info.

License

This package is licensed under the GNU Lesser General Public License v3.0, also included in LICENSE file in the repository.