Elegant solution to sign transactions from light clients
Now it's possible to sign transaction from anywhere - (WIP)
- Messangers (Telegram, WeChat, Facebook messenger, Skype, e.t.c) 💬
- IoT (Arduino, Raspberry, e.t.c) 🎰
- Browsers (no plugins required like MetaMask 🐱)
This solution allow user to store it's private key locally as encrypted QR code (other image visualization). When it's needed to sign transaction user must open Web View mode (or any other app with JS engine inside) and decrypt it's QR code. After that transaction will be signed and sent automatically. ⚡
You don't have to fill write any code sign transaction. Just call .sign()
method in relevant class, run the script, relax and take a cup of ☕ while next block is mining! 🎉
You don't need to make your personal solution with signatures on light clients. It's similar to OAuth: when you don't need to solve all the problems with security and usability.
Because software tools are for people. Our main aim is to help developers to make their app's faster and secure. 💙
We have collected notes on how to contribute to this project in CONTRIBUTING.md.
lighty-sig is released under the MIT License.