Skip to content

denuoweb/htmlcoin-web-wallet

 
 

Repository files navigation

Htmlcoin Web Wallet

$ nvm i 12

$ git clone

$ npm install && npm audit fix && npm run build --fix && sudo rm -rf /var/www/html/wallet/css/ && sudo rm -rf /var/www/html/wallet/js/ && sudo rm -rf /var/www/html/wallet/index.html && sudo rm -rf /var/www/html/wallet/fonts/ && sudo mv dist/* /var/www/html/wallet/

Features:

  • Generate New Wallet
    • Enter new password and download wallet
  • Create From Mnemonic
    • Enter new password and remember mnemonics
  • Restore From Mnemonic
    • Input words
  • Restore From WIF
    • Wallet Import Format
  • Restore From Mobile Wallet
    • Input words
  • Restore From Key File
    • Upload wallet
  • Restore From Ledger (Althash ledger in testing)
    • Install App and connect Ledger
  • View Wallet Info
    • Address
    • Balance
    • Unconfirmed Balance
    • Private Key
  • Safe Send
    • Generate Base Info (At online computer)
    • Generate Tx (At offline computer)
    • Broadcast Tx (At online computer)
  • Send (tokens in testing)
  • Request Payment
  • Dump As Key File
  • Create Contract
  • Send To Contract
  • Call Contract
  • NFT Platform
  • Settings

About

A web wallet for HTMLCOIN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 62.9%
  • JavaScript 36.1%
  • Other 1.0%