DISCLAIMER
This app are still under development, so it might have breaking change and buggy. Please use it with care. The password are not kept anywhere in the app, so you need to remember it.
Steem Web Wallet, also known as SWW in short. A Steem wallet that can be used on modern web browser, to do micro payment with ease.
SWW used AES encryption which is common approach that being used by Vessel, Steem Wallet and LastPass, in order to encrypt sensitive data with an easy to remember password. SWW use AES to encrypt Steem Active Key, and users are required to remember the password that they set. The hashed version of the active key is kept in IndexedDB on the browser engine.
SWW has no responsible on any lost password.
SWW is developed and mantain by @superoo7. You can email me at [email protected].
This project is open source and all the codes are hosted on Github. You can checkout the Github Repository here.
MIT
SWW used mostly front end tools to make it work (React, TypeScript, Redux, RxJS, DSteem, Scss), there is no backend involved in this app.
This project has Travis CI for Continuous Intergration, and also deployed automatically to Netlify at https://swallet.netlify.com/ . Pull Request and Issues filling are welcome on github.