Skip to content

An easy to use webwallet for masari, and fully client side for an optimum security

License

Notifications You must be signed in to change notification settings

pranav130100/recoal-webwallet

 
 

Repository files navigation

Fully client side Masari Web Wallet

Disclaimer

The project was originally a proof of concept to allow a browser to connect directly on a cryptonight blockchain It evolved into a new generation of Web Wallet for cryptonight coin, especially for Masari

Project

This web wallet is doing everything on the client side, the server is currently only used to optimize the communication with the daemon and compress the blockchain.

This requirement may be removed in the future once daemons evolved and returns enough data

Security

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

Other coin/crypto

If you are a dev of a cryptonight/monero fork and would like to get a fork, please contact me. Depending of you coin specificities, I can provide support, maintenance and development/updates for a payment in return, crypto only.

Features (non-exhaustive)

  • complete wallet sync without server side processing for security
  • receive/send history
  • mempool support to check incoming transfers
  • send coin, qr code scanning included, subaddress support
  • receive page to generate a qr code
  • import from private keys, mnemonic, json file (exported by the wallet)
  • export keys, mnemonic phrase, json file (which include all the history)
  • view only wallet
  • basic network stats

Roadmap

See ROADMAP.md

About

An easy to use webwallet for masari, and fully client side for an optimum security

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.3%
  • JavaScript 41.1%
  • HTML 5.1%
  • CSS 2.3%
  • PHP 2.2%