Skip to content

qianbin/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 WIP
macOS WIP
Linux WIP
Mobile
Android WIP
iOS WIP

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

Release new version

Browser

Browser version will be updated automatically by Action

Desktop

  • Bump <version> in package.json
  • git tag v<version>
  • git push origin v<version>
  • See 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.

About

The next-generation VeChain wallet for all platforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 62.3%
  • TypeScript 31.9%
  • JavaScript 4.3%
  • Other 1.5%