Skip to content

stakery/tezbridge-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

335 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TezBridge

Build Status Known Vulnerabilities

GitHub last commit

The TezBridge web front-end.

Features

  • Clean and simple UI with minimal size (under 400KB after gzipped)

  • Protocol adapter

    • auto select the adapted crypto and network scripts according to the current protocol
  • Mnemonic key generation

    • change bits of entropy
    • set password
    • access HD sub account though derive path
    • support for all 8 languages in bip39
  • Ed25519 key generation

    • generate encrypted edesk key
  • Secp256k1 key generation

    • generate encrypted spesk key
  • P256 key generation

    • generate encrypted p2esk key
  • Import all supported kinds of key

    • mnemonic key
    • mnemonic key with HD derived account
    • ed25519 secret key
    • ed25519 seed
    • ed25519 encrypted key
    • secp256k1 secret key
    • secp256k1 encrypted key
    • p256 secret key
    • p256 encrypted key
    • faucet/ICO/Fundraiser account
  • Local managers management

    • check balance
    • check originated accounts and their info
  • Settings

    • multi language support (hidden for now)
    • host change
  • Signer

    • show all parameters from DApp requests
    • show a response record of all handled requests
    • auto calcuate minimal fee for operations
    • operation bytes checking between local and remote forged ones
  • Remote bridging

    • reset function
    • auto reset when connection is disconnected
    • QRCode generated for connection info
    • able to scan dropped QRCode image file
    • able to scan pasted QRCode image file in input
    • able to scan QRCode though camera in mobile
  • Temporary signer for one time usage

  • A playground for developers to try TezBridge plugin online

  • TezBridge plugin

    • ease of use
    • API
      • get source address(KT1 or tzX)
      • create new KT1 account
      • set delegate for KT1 account
      • sign operation bytes
      • inject signed operation bytes
      • sign and inject operations in JSON object with minimal fee

About

The TezBridge web front-end.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.3%
  • Vue 6.5%
  • HTML 2.1%
  • CSS 2.1%