All Projects → liquality → wallet

liquality / wallet

Licence: MIT license
Cross chain browser wallet extension

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to wallet

QWallet
Blockchain Wallet for Coin & ERC20 Tokens
Stars: ✭ 11 (-86.08%)
Mutual labels:  wallet
keycard-cli
A command line tool and shell to manage keycards
Stars: ✭ 42 (-46.84%)
Mutual labels:  wallet
hd-address
An extensible HD Wallet Address management utility
Stars: ✭ 22 (-72.15%)
Mutual labels:  wallet
ETH Wallet Kotlin
(Deprecated) 不再维护,新项目参考https://github.com/snailflying/ETHWallet
Stars: ✭ 20 (-74.68%)
Mutual labels:  wallet
iota esp32 wallet
IOTA Wallet application on ESP32
Stars: ✭ 34 (-56.96%)
Mutual labels:  wallet
FranklinPay-iOS
Secure Dollar Wallet
Stars: ✭ 35 (-55.7%)
Mutual labels:  wallet
Walletconnect Monorepo
WalletConnect Monorepo
Stars: ✭ 230 (+191.14%)
Mutual labels:  wallet
PassEncoder
Simple PassKit (Apple Wallet) encoding and signing in Swift.
Stars: ✭ 28 (-64.56%)
Mutual labels:  wallet
gonano
An implementation of the Nano cryptocurrency in Go
Stars: ✭ 34 (-56.96%)
Mutual labels:  wallet
atomex.client.wpf
Atomic swap exchange client for OS Windows
Stars: ✭ 15 (-81.01%)
Mutual labels:  atomic-swap
argent-x
ArgentX browser extension for StarkNet - made with ❤️ by Argent
Stars: ✭ 419 (+430.38%)
Mutual labels:  wallet
walletconnect-test-wallet
Test Wallet (Web)
Stars: ✭ 163 (+106.33%)
Mutual labels:  wallet
paper-wallet
The official Paper Wallet for the ARK Blockchain.
Stars: ✭ 22 (-72.15%)
Mutual labels:  wallet
poketto-ios
📱👛 xDai Mobile Wallet for iOS
Stars: ✭ 19 (-75.95%)
Mutual labels:  wallet
simple-mpesa
A simple example of how MPESA works. Works with all 3 types of customers i.e. Agents, Merchants and Subscribers. Allows you to configure a tariff and apply it to transactions. The project follows DDD principles.
Stars: ✭ 31 (-60.76%)
Mutual labels:  wallet
Ledger Live Mobile
Ledger Live (Mobile)
Stars: ✭ 235 (+197.47%)
Mutual labels:  wallet
mixin-wallet
👛 An open-source cryptocurrency wallet bot based on Mixin API, which supports almost all popular cryptocurrencies.
Stars: ✭ 27 (-65.82%)
Mutual labels:  wallet
hathor-wallet-mobile
Hathor official mobile wallet
Stars: ✭ 18 (-77.22%)
Mutual labels:  wallet
conceal-desktop
Conceal Desktop (GUI)
Stars: ✭ 65 (-17.72%)
Mutual labels:  wallet
BitBlocks old
BitBlocks Project_OLD
Stars: ✭ 12 (-84.81%)
Mutual labels:  wallet

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.

Developing with wallet-core

If you are simultaneously making changes in the wallet-core lib and you would like to test the wallet with your changes, do the following:

on wallet-core:

yarn
yarn build # or yarn watch

on the wallet:

yarn link /path/to/wallet-core/repo

This will link wallet-core in the wallet with your local version.

If you see dependency errors when you link, try to update any common dependencies to the same version as in wallet-core.

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:mainnet:prodagent:release

Run single test locally, update the .mocharc.yml values parallel: false jobs: 1 and add .only to the test you want to run.

Releases

Release to Chrome Store

yarn sync-versions

it will update the tag in manifest.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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].