All Projects → harmony-one → chrome-extension-wallet

harmony-one / chrome-extension-wallet

Licence: other
Harmony Chrome Extension Wallet

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
typescript
32286 projects

Projects that are alternatives of or similar to chrome-extension-wallet

Ledgerjs
Ledger's JavaScript libraries
Stars: ✭ 397 (+635.19%)
Mutual labels:  ledger, wallet
conceal-desktop
Conceal Desktop (GUI)
Stars: ✭ 65 (+20.37%)
Mutual labels:  ledger, wallet
Ilp Kit
Everything needed to create a ledger and connect it to the Interledger
Stars: ✭ 72 (+33.33%)
Mutual labels:  ledger, wallet
one-wallet
1wallet - unconventional keyless, non-custodial wallet secured by Google Authenticator. EVM-compatible, smart contract operated, with composable security.
Stars: ✭ 85 (+57.41%)
Mutual labels:  harmony, wallet
Purser
Interact with Ethereum wallets easily
Stars: ✭ 76 (+40.74%)
Mutual labels:  ledger, wallet
Nault
⚡ The most advanced Nano wallet with focus on security, speed and robustness
Stars: ✭ 228 (+322.22%)
Mutual labels:  ledger, wallet
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (-55.56%)
Mutual labels:  wallet
harmony
Mirror of Apache Harmony
Stars: ✭ 72 (+33.33%)
Mutual labels:  harmony
speckle-browser-extension
Universal browser extension for Web 3 and the Polkadot ecosystem
Stars: ✭ 28 (-48.15%)
Mutual labels:  wallet
data exchange
Data exchange Client including wallet
Stars: ✭ 36 (-33.33%)
Mutual labels:  wallet
CryptoLuKa
LuKa's Official Repository
Stars: ✭ 37 (-31.48%)
Mutual labels:  wallet
unused-My-Wallet-V3-jar
Deprecated. Now lives here: https://github.com/blockchain/My-Wallet-V3-Android/tree/master/wallet
Stars: ✭ 32 (-40.74%)
Mutual labels:  wallet
BoAT-X-Framework
BoAT-X Blockchain Application Framework for IoT
Stars: ✭ 814 (+1407.41%)
Mutual labels:  wallet
beancount-boilerplate-cn
docs.google.com/spreadsheets/d/1jnds3X_-RSTN4ATuOFV-v6tar0KfAla88vC43Vq6ubc/edit#gid=0
Stars: ✭ 186 (+244.44%)
Mutual labels:  ledger
sgxwallet
sgxwallet is the first-ever opensource high-performance hardware secure crypto wallet that is based on Intel SGX technology. First opensource product on Intel SGX whitelist. Scales to 100,000+ transactions per second. Currently supports ETH and SKALE, and will support BTC in the future. Sgxwallet is under heavy development and use by SKALE network.
Stars: ✭ 50 (-7.41%)
Mutual labels:  wallet
minter-go-sdk
Minter Blockchain Golang SDK, 💳 wallet, 🧾 transactions, gRPC and HTTP clients 🌐 https://t.me/MinterGoSDK
Stars: ✭ 12 (-77.78%)
Mutual labels:  wallet
iconex chrome extension
ICONex Desktop Wallet
Stars: ✭ 49 (-9.26%)
Mutual labels:  wallet
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+366.67%)
Mutual labels:  wallet
wallet-adapter
Modular TypeScript wallet adapters and components for Solana applications.
Stars: ✭ 964 (+1685.19%)
Mutual labels:  wallet
covidpass
Web app for adding EU Digital COVID Certificates to your wallet apps
Stars: ✭ 1,228 (+2174.07%)
Mutual labels:  wallet

Features

  • Create/Import the wallet with Mnemonic, Private Key and Harmony keystore
  • Deposit with the QR code.
  • Switch the network to Mainnet, Testnet or Localnet.
  • Send & receive ONE tokens (support the ledger wallet).
  • Send & receive HRC20 tokens (support the ledger wallet).
  • Add/Edit/Delete HRC20 tokens
  • Export private key
  • View transaction history .
  • Provide the api for signing the transaction
  • Support staking.harmony.one
  • Lock the wallet with the 4/6 digits PIN Code
  • Auto lock the wallet after timeout
  • Set the pin code, pin digits and lock timer on the settings
  • Support the ledger wallet to communicate between onewallet and staking.harmony.one
  • View the HRC20 token transaction amount in the history page
  • Add/Delete/Edit the contacts
  • View and revoke the accounts connected to the third-party website
  • View the USD balance on the main page

Development

  • Install node.js and npm
  • Install dependencies :
    npm install
    
  • Run the project :
    npm run dev
    
  • Go to Chrome Extensions page and activate the Developer Mode.
  • Click Load Unpacked button and point it to /dist folder, the extension will be autoreloading as you change the codes.

Build Extension

  • Install node.js and npm.
  • Install dependencies :
    npm install
    
  • Build the project :
    npm run build
    
  • Uncompressed build can be found in /dist folder, compressed build is onewallet.zip.
  • Go to Chrome Extensions page and activate the Developer Mode.
  • Click Load Unpacked button and point it to /dist folder.

Documentation

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].