Skip to content
forked from liquality/wallet

Cross chain browser wallet extension

License

Notifications You must be signed in to change notification settings

GridPlus/wallet

This branch is 939 commits behind liquality/wallet:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

529407e · Nov 16, 2021
Nov 5, 2021
Oct 7, 2021
Oct 25, 2020
May 30, 2020
Nov 16, 2021
Nov 16, 2021
Apr 9, 2020
Apr 9, 2020
Nov 11, 2021
Aug 25, 2021
Jul 1, 2021
Oct 27, 2021
Nov 10, 2021
Jul 28, 2020
Jul 29, 2021
Oct 6, 2021
Apr 9, 2020
Sep 6, 2021
Nov 11, 2021
Nov 16, 2021
Nov 10, 2021

Repository files navigation

Liquality Wallet

Getting started

  • Install NVM
  • Go to this folder repo and run nvm use to takes the right version for node (install if you need it)

Project setup

npm ci

Compiles and hot-reloads for development

npm run dev

and load /dist directory as unpacked extension on Google Chrome.

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run Integration tests

Wallet Integration tests have been written using puppeteer

testNet tests

$ export SEED_WORDS={testNet import wallet 12 words}

Ex: export SEED_WORDS=test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11 test12

$ npm run test:testNetNetwork

Releases

Release to Chrome Store dev*

Update the tag in manifest.json & package.json

git tag <TAG NAME>
git push origin <TAG NAME>

Linear.app integration

branch name format: username/liq-xx-title eg: b0b/liq-21-integrate-github-with-linear

License

MIT

About

Cross chain browser wallet extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.3%
  • Vue 43.9%
  • SCSS 2.7%
  • Other 0.1%