Skip to content

vechain/sync2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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 Releases
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

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.

About

The next-generation VeChain wallet for all platforms

Resources

License

Stars

Watchers

Forks

Packages

No packages published