BitShares Forum

Main => Technical Support => Topic started by: fav on October 13, 2015, 03:25:06 pm

Title: Request: Standalone Webwallet
Post by: fav on October 13, 2015, 03:25:06 pm
Discussed this with @svk already, but I don't want this to get lost in translation.

Please bundle the webwallet for local use! In fact, no need to maintain windows/linux light wallet builds if you have a universal browser version in my opinion!

Edit: https://github.com/bitshares/bitshares-2-ui/releases here's the browser bundle
Title: Re: Request: Standalone Webwallet
Post by: spartako on October 13, 2015, 03:27:40 pm
  +5%
Title: Re: Request: Standalone Webwallet
Post by: iHashFury on October 13, 2015, 03:30:03 pm
 8)  +5%

Add Simplicity
Title: Re: Request: Standalone Webwallet
Post by: twitter on October 13, 2015, 09:57:25 pm
 +5%
Title: Re: Request: Standalone Webwallet
Post by: fav on October 20, 2015, 12:33:24 pm
bump
Title: Re: Request: Standalone Webwallet
Post by: liondani on October 20, 2015, 01:18:03 pm
Discussed this with @svk already, but I don't want this to get lost in translation.

Please bundle the webwallet for local use! In fact, no need to maintain windows/linux light wallet builds if you have a universal browser version in my opinion!

so we add only our local API connection?

...which is?
Title: Re: Request: Standalone Webwallet
Post by: fav on October 20, 2015, 01:38:03 pm
https://github.com/bitshares/bitshares-2-ui/releases there you go!!
Title: Re: Request: Standalone Webwallet
Post by: maqifrnswa on October 20, 2015, 02:00:27 pm
Discussed this with @svk already, but I don't want this to get lost in translation.

Please bundle the webwallet for local use! In fact, no need to maintain windows/linux light wallet builds if you have a universal browser version in my opinion!

so we add only our local API connection?

...which is?

You can just open it (e.g., "firefox webwalletdir/index.html") and it will be default use the openledger API connection. You can then change the settings to point to your local witness node if you'd like.
Title: Re: Request: Standalone Webwallet
Post by: maqifrnswa on October 20, 2015, 02:03:32 pm
In fact, no need to maintain windows/linux light wallet builds if you have a universal browser version in my opinion!

I through about this: replacing the "electron" client with a simple shell script "x-www-browser webclientdir/index.html" in the linux ppa -- but I'm afraid users may get confused thinking they are on a remote internet site if a browser window opens up (even though it's not) or get confused with the difference between the openledger site and their window.
Title: Re: Request: Standalone Webwallet
Post by: JA on October 20, 2015, 02:09:55 pm
Discussed this with @svk already, but I don't want this to get lost in translation.

Please bundle the webwallet for local use! In fact, no need to maintain windows/linux light wallet builds if you have a universal browser version in my opinion!

so we add only our local API connection?

...which is?
whatever you set it in you config.ini or as a start parameter
wintess_node --rpc-endpoint=127.0.0.1:8090

here is a tut for windows
https://beyondbitcoin.org/how-to-connect-your-light-wallet-to-your-own-witness-node-on-windows-64-bit/