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.
With SWW, all transaction are signed on the front end and there is no any backend server involved. Security is top concern of this app.
Master Branch is live on https://swallet.netlify.com
This app is still in early phase, so it might have breaking change and buggy. Please use it with care.
- Login and logout with Steem Active Key, the active key is being encrypted with AES and stored in IndexedDB
- Make transaction with memo
- Scan QR code to make transaction
- Generate QR code for transaction
- Claim discounted account with Resource Credit
- Progressive Web App (Add to homescreen, manifest.json, cache)
- Change API in settings
- Support test net API (implemented, but not tested)
- Register new account with Claimed Discounted Account or Resource Credit
- Support more keys (Owner Key)
- Support multiple account and export account with QR code
- Encrypted memo for transaction
- Add Transaction History into Profile
- Add Currency Conversion
- End-to-End testing
- Snapshot testing
- Progressive Web App (half way done)
- Change API in the Settings page. (Done but need to add in race condition for failed api call)
- Reduce Web Sizes by using Preact, GZip, CDN
- Add Copy to clipboard onto all the input field in the QR code page
- https://steemit.com/utopian-io/@superoo7/development-steem-web-wallet-added-claiming-discounted-account-change-api-and-more
- https://steemit.com/utopian-io/@superoo7/development-steem-web-wallet-working-prototype-done
- https://steemit.com/steem/@superoo7/sww-working-prototype
- https://steemit.com/utopian-io/@superoo7/steem-web-wallet-sww-utopian-io-hackathon
yarn devornpm run devto start development server.yarn testornpm run testto test the web app.yarn staticornpm run staticto generate production version of the app.
MIT