Skip to content

m4hdi1995/pars-webwallet-js

 
 

Repository files navigation

ParsiCoin fork of Karbo/Masari Web Wallet - Fully client-side

This web wallet is doing everything client-side to give the best privacy to users. The server is currently only used to optimize the communication with the daemon and compress the blockchain.

Note: This requirement may be removed in the future once daemons evolve and return enough data.

Security

No keys, seeds, or sensitive data is sent to the server
If you find a potential security issue, please contact us so we/I can patch it as soon as possible.
Encryption is done with a certified library, Tweetnacl.Js.

Contributors and thanks

Developers:

  • gnock (main)
  • cryptochangements
  • davehlong (initial adaptation of PHP Api for Bytecoin based coins)
  • aiwe (adapted for Bytecoin/CryptoNote from Monero codebase)

Translations:

  • English: too many people
  • French: gnock
  • Serbian cyrillic: girugameshh
  • German: F0sching
  • Hungarian: Gelesztaa
  • Greek: GeraltOfTrivia
  • Russian, Ukrainian: Aiwe
  • Persian: M4hdi1995

Contributing

  • You can help ParsiCoin by translation the wallet in your native language, it's really easy!
    Read the translations guide to get instructions on how to do that
  • Report bugs & ideas to help us improve the web wallet by opening an issue
  • Make a donation to ParsiCoin

Features (non-exhaustive)

  • Complete wallet sync without server side processing for security
  • Receive/send history
  • Mempool support to check incoming transfers
  • Send coins - including QR code scanning and subaddress support
  • Receive page to generate a custom QR code
  • Import from private keys, mnemonic seed, or json file (exported by the wallet)
  • Export private keys, mnemonic phrase, or json file (which include all the history)
  • View only wallet
  • Basic network stats

Packages

No packages published

Languages

  • JavaScript 28.0%
  • TypeScript 27.7%
  • C 16.3%
  • HTML 12.9%
  • C++ 12.0%
  • PHP 1.6%
  • Other 1.5%