/vite-wallet

Official wallet of vite

Primary LanguageJavaScript

vite-wallet

Install

  1. In 'wallet' folder, run the command npm install.
  2. cd wallet and npm install.

Get Started

  1. Install.
  2. Configure eslint in your editor, rules like '.eslintrc'.
  3. In 'wallet' folder, run command npm run dev.

Branches

  • Develop on branch 'dev/{version}/{function name}'
  • Test on branch 'test'
  • Fixed version on branch 'dev/{version}'

Notice: development branch split from 'dev/{last_version}'. If 'dev/{last_version}' is not exist, split from 'master'

Examples

'dev/2.0.0/utf8' from 'dev/1.0.0' || 'master'