Skip to content

Files

Latest commit

1ca9bc2 · Sep 22, 2018

History

History
42 lines (22 loc) · 1.75 KB

FAQ.md

File metadata and controls

42 lines (22 loc) · 1.75 KB

Frequently Asked Question (FAQ)

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.

About Steem Wallet

What is Steem Wallet?

SWW logo SWW Logo

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.

How does it work?

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.

How can I contact the developer?

SWW is developed and mantain by @superoo7. You can email me at [email protected].

Developer site

Is this project open source?

This project is open source and all the codes are hosted on Github. You can checkout the Github Repository here.

What license do SWW use?

MIT

What technology stack is being used by SWW?

SWW used mostly front end tools to make it work (React, TypeScript, Redux, RxJS, DSteem, Scss), there is no backend involved in this app.

How can I contribute?

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.