create account

Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser! by roelandp

View this thread on: hive.blogpeakd.comecency.com
· @roelandp · (edited)
$51.67
Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!
<b>Dear Steem community. It's been about a year since the introduction of the SteemWallet.app - The fast, secure and open source wallet for the Steem blockchain. Available for iOS and Android in the appstores.</b> Since it's inception it has seen some updates, of which the introduction of instant 1-click account creation was it's biggest upgrade last January / February, with a crazy long (2 month) review time at the appstores. 

Now SteemWallet is back with a new upgrade, so big I decided to call it a Version 2 :) Better than ever, <i>"the best SteemWallet we ever shipped"</i> - is how some famous mobile phone manufacturer would say. 

<a href="https://steemwallet.app" target="_blank"><img src="https://cdn.steemitimages.com/DQmV8sh6FwVoNW9CEUiZ8oHhLerYFmefmPUEkPSFJ2aywTf/steemwallet-updates-v2.png" /></a>

As with the original idea, which was fueled by a discussion with @pharesim, this upgrade is the result of a request by Steem-Engine / Splinterlands co-founders @aggroed and @yabapmatt, 2 guys pushing the boundaries of the Steem ecosystem with greatness introduced almost every week. 

It was about 2 months ago that I was approached by @aggroed to make a "mobile version" of SteemKeychain. As we discussed I proposed I'm definitely interested in making that happen, but seeing I had already created SteemWallet.app I found it only logical to integrate the features inside the SteemWallet app. 

According to the <a href="https://github.com/roelandp/steemwallet/commit/540b2a544078565bc56e3be4cac0bbd7011d979d" target="_blank">Github-commit</a> it only took <i>80 changed files  with 50,599 additions and 2,948 deletions</i> - but here it is today, reviewed within a couple of days, and available in your local Apple Appstore and Google Playstore: 

<h3><a href="https://SteemWallet.app" target="_blank">SteemWallet</a> version 2.0.0 featuring a Dapp browser with SteemKeychain parity!</h3>Out of the box Steemwallet has been rewritten to support any (or at least most of) the current Steemprojects which have the SteemKeychain API implemented. By injecting a javascript upon the DOMLoaded event of a webpage the in-app Dapp browser creates a bridge between the already existing SteemKeychain supporting websites and enables them on mobile viewing. 

<b>This means that any SteemKeychain enabled site, <i>should</i> just work out of the box with the SteemWallet Dapp browser. </b>

The introduction of this feature introduced some changes into the <a href="https://SteemWallet.app" target="_blank">SteemWallet.app</a> which I had documented on the <a href="https://github.com/roelandp/steemwallet/issues/36" target="_blank">SteemWallet github page</a>:
- upgrade SteemWallet wallet file to support multilevel keys (not only active but also, post & memo)
- move to a "tab menu based" interface, don't forget "themes" !
- create a tab dedicated to dapp browsing - a web browser which injects the Steem_keychain javascript on every load - just like the SteemKeychain plugin does.
- write feature parity with 1-on-1 mimicking behaviour of SteemKeychain's functions currently available on https://github.com/mattyIce/steem-keychain
- make a "dapp gallery" homepage which serves as default landingpage for the "dapp browser" - enabling people to quickly launch dapps inside the SteemWallet.app

![Screenshot 2019-08-13 at 16.32.59.png](https://cdn.steemitimages.com/DQmVYbWGrBoteiXssAfzFMVBdWcQLWn9A7RSB6yyRLZj1kK/Screenshot%202019-08-13%20at%2016.32.59.png)

The app has almost 1:1 feature parity with SteemKeychain's browser plugin, except: AddAccountAuthority, RemoveAccountAuthority, Signedcall have not been added (yet). Seeing that add/remove account authority involve authorization changes onto account level, I wanted to research those a bit more prior to adding those. And Signedcall is currently giving me a headache with serializer. 

The app has been tested thoroughly with Steem interfaces such as 
- Steemit.com 
- Steempeak.com 
- D.tube - update for android requested /w @heimindanger :) 

Steem games such as: 
- Splinterlands / SteemMonsters
- NextColony

and all Tribes pages, TokenBB Forums and several other Steem Tools who have SteemKeychain API's integrated. The landing page of the Dapp browser consists of a list of dapps for easy visiting. This landingpage will in the future be adjusted so you will be able to add your own "favorites" and/or sort based on your clicks (locally, stored in a cookie) - no tracking. 

<img src="https://camo.githubusercontent.com/30b0de06faf3ae1242c80c8835fcf4388e13c216/68747470733a2f2f692e696d6775722e636f6d2f347250574446732e706e67" />

<h3>How it works:</h3> 
1. Dapp project site is loaded, by clicking a direct link on the browser's default startpage or manually entering a Dapp address (starting with https!) in the url-bar. 
2. After "onload" a SteemKeychain-plugin is injected into the host-page which makes the SteemKeychain API (mirror) available to the host-page, tricking it into believing SteemKeychain is installed. 
3. Once a user requests a SteemKeychain powered action, a native dialog will pop over the webview, enabling the user to review the proposed transaction and asking the user to sign / broadcast the given operation. 
4. If the user has the needed active key in it's wallet, the user can then sign the proposed transaction. 
5. Optionally the user can slide the toggle "Don't show any more prompts for "User:Dapp:Transaction-type", indicating the user is trusting the site. After this the user will no longer get a blocking prompt prior to signing the operation, but only for the giving site, user and transaction-type. These can always be revoked in the "Settings"-tab. 
6. The user will need to unlock the wallet and sign the operation. Touch Id / Face Id will be helpful here for a smooth continuation. In the future I might consider adding a more permanent wallet unlock mechanism, but for now, bear with me as I need to figure out a way to make this both safe and smooth. 

<h3>Site-owners with SteemKeychain plugin:</h3>
- Please check if your site also works with SteemWallet's dapp browser. Known issues are: SteemWallet's browser injects approximately 400milliseconds after "onload" event, so your app might already be checking to early whether "window.Steemkeychain" exists. 
- Please make sure your webpage is mobile optimised / has a responsive design. 

Don't have SteemKeychain yet on your Steem-project site? Consider adding it, find the <a href="https://github.com/MattyIce/steem-keychain" target="_blank">instructions</a> on the <a href="https://github.com/MattyIce/steem-keychain" target="_blank">Steem Keychain github</a>.

<center><h5>SteemWallet.app's upgrade to 2.0.0 is now available in the Apple Appstore and Google Playstore<sup>‑</sup></h5><h3><a href="https://steemwallet.app" target="_blank">SteemWallet.app</a></h3><sub>‑ due to some caching it might appear later today / in a couple of hours if you don't see it yet</sub></center>


Happy browsing! 
see you on the chain,

@roelandp
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 553 others
πŸ‘Ž  ,
properties (23)
authorroelandp
permlinkintroducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser
categorysteemwallet
json_metadata{"tags":["steemwallet","steemproject","keychain","dapp","browser"],"users":["pharesim","aggroed","yabapmatt","heimindanger","roelandp"],"image":["https://cdn.steemitimages.com/DQmV8sh6FwVoNW9CEUiZ8oHhLerYFmefmPUEkPSFJ2aywTf/steemwallet-updates-v2.png","https://cdn.steemitimages.com/DQmVYbWGrBoteiXssAfzFMVBdWcQLWn9A7RSB6yyRLZj1kK/Screenshot%202019-08-13%20at%2016.32.59.png","https://camo.githubusercontent.com/30b0de06faf3ae1242c80c8835fcf4388e13c216/68747470733a2f2f692e696d6775722e636f6d2f347250574446732e706e67"],"links":["https://steemwallet.app","https://github.com/roelandp/steemwallet/commit/540b2a544078565bc56e3be4cac0bbd7011d979d","https://SteemWallet.app","https://github.com/roelandp/steemwallet/issues/36","https://github.com/mattyIce/steem-keychain","https://github.com/MattyIce/steem-keychain"],"app":"steemit/0.1","format":"markdown"}
created2019-08-13 14:56:09
last_update2019-08-13 15:00:33
depth0
children104
last_payout2019-08-20 14:56:09
cashout_time1969-12-31 23:59:59
total_payout_value40.531 HBD
curator_payout_value11.140 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,007
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,480,904
net_rshares158,468,503,333,812
author_curate_reward""
vote details (619)
@abh12345 ·
Thanks Roeland!

As far as i am aware, there is no Key Chain app for the iphone yet (anyone?) and so having Steem Wallet mimic the most used functionality is really handy.  Cheers!
properties (22)
authorabh12345
permlinkpw6lnz
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 15:28:45
last_update2019-08-13 15:28:45
depth1
children0
last_payout2019-08-20 15:28:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation1,408,615,966,842,648
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,481,980
net_rshares0
@aflatunnisa ·
Wow. Seems like some cool stuff. Excited to download and try if out..
πŸ‘  
πŸ‘Ž  ,
properties (23)
authoraflatunnisa
permlinkre-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t172607791z
categorysteemwallet
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steemwallet"],"users":[],"links":[],"image":[]}
created2019-08-13 17:26:09
last_update2019-08-13 17:26:09
depth1
children0
last_payout2019-08-20 17:26:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation-135,807,630,437
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,485,569
net_rshares-93,922,606,629
author_curate_reward""
vote details (3)
@ankarlie ·
$0.32
This is very interesting mobile application that is sorely missing in the ecosystem. I have tried the earlier version and I am quite excited to see that we have it upgraded. πŸ‘
πŸ‘  
properties (23)
authorankarlie
permlinkre-roelandp-2019816t203129378z
categorysteemwallet
json_metadata{"tags":["steemwallet","steemproject","keychain","dapp","browser"],"app":"esteem/2.2.0-surfer","format":"markdown+html","community":"esteem.app"}
created2019-08-16 12:31:30
last_update2019-08-16 12:31:30
depth1
children0
last_payout2019-08-23 12:31:30
cashout_time1969-12-31 23:59:59
total_payout_value0.231 HBD
curator_payout_value0.085 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length175
author_reputation20,844,864,303,785
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,595,297
net_rshares1,010,340,977,504
author_curate_reward""
vote details (1)
@apshamilton ·
$0.17
Absolutely bloody brilliant!  Just what I’ve been waiting for both for myself and to make it easier to onboard people investing and signing up to the Crypto Class Action onto Steem to get their SUFB tokens. 

Posted using [Partiko iOS](https://partiko.app/referral/apshamilton)
πŸ‘  , , , , , ,
properties (23)
authorapshamilton
permlinkapshamilton-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t171022107z
categorysteemwallet
json_metadata{"app":"partiko","client":"ios"}
created2019-08-13 17:10:24
last_update2019-08-13 17:10:24
depth1
children0
last_payout2019-08-20 17:10:24
cashout_time1969-12-31 23:59:59
total_payout_value0.130 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length277
author_reputation212,437,384,989,163
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,485,200
net_rshares516,448,887,997
author_curate_reward""
vote details (7)
@arcange ·
Congratulations @roelandp!
Your post was mentioned in the [Steem Hit Parade](/hit-parade/@arcange/daily-hit-parade-20190813) in the following category:

* Comments - Ranked 2 with 71 comments
properties (22)
authorarcange
permlinkre-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t175625000z
categorysteemwallet
json_metadata""
created2019-08-14 15:58:24
last_update2019-08-14 15:58:24
depth1
children0
last_payout2019-08-21 15:58:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length192
author_reputation1,146,633,779,972,293
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,523,465
net_rshares0
@c-squared ·
c-squared-comment
<div class="pull-left">https://cdn.steemitimages.com/DQmaSUWYsJ3AMUEMRqCSaoKJVNvtsbKm4fNAtmTidr8Uggc/C%20Squared%20Logo%20Transparency%20200px.png</div><br>This post was shared in the <a href="https://discord.gg/B8JFmJ4">Curation Collective Discord community</a> for curators, and upvoted and resteemed by the @c-squared community account.<br/> If you are a community leader and/or contest organizer, please <a href="https://discord.gg/B8JFmJ4">join the Discord</a> and let us know you if you would like to promote the posting of your community or contest.<br/>@c-squared runs a <a href="https://steemit.com/witness/@c-cubed/announcing-the-launch-of-the-new-c-squared-witness">community witness</a>. Please consider using one of your witness votes on us <a href="https://steemconnect.com/sign/account-witness-vote?witness=c-squared&approve=1">here</a>
properties (22)
authorc-squared
permlink20190815t220203960z
categorysteemwallet
json_metadata{"tags":["c-squared"]}
created2019-08-15 22:02:30
last_update2019-08-15 22:02:30
depth1
children0
last_payout2019-08-22 22:02:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length851
author_reputation8,872,520,093,091
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,574,679
net_rshares0
@chama10 ·
Wou!
properties (22)
authorchama10
permlinkpw86ko
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 11:58:06
last_update2019-08-14 11:58:06
depth1
children0
last_payout2019-08-21 11:58:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation910,535,501
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,515,904
net_rshares0
@chireerocks ·
@roelandp, **SteemKeychain Supporting Dapp Browser** is awesome news and in my opinion one more effective and prodoctive interface. Keep up the great work and stay blessed.

Posted using [Partiko Android](https://partiko.app/referral/chireerocks)
properties (22)
authorchireerocks
permlinkchireerocks-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t154357325z
categorysteemwallet
json_metadata{"app":"partiko","client":"android"}
created2019-08-13 15:43:57
last_update2019-08-13 15:43:57
depth1
children0
last_payout2019-08-20 15:43:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length246
author_reputation327,821,690,945,691
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,482,597
net_rshares0
@cranium ·
$0.10
Great news
!trdo
πŸ‘  ,
πŸ‘Ž  
properties (23)
authorcranium
permlinkre-roelandp-pw6m5f
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-13 15:39:15
last_update2019-08-13 15:39:15
depth1
children2
last_payout2019-08-20 15:39:15
cashout_time1969-12-31 23:59:59
total_payout_value0.076 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation448,523,569,501,385
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,482,433
net_rshares301,925,030,768
author_curate_reward""
vote details (3)
@trendotoken ·
Congratulations @cranium, you are successfuly trended the post that shared by @roelandp!
@roelandp got 6 [TRDO](https://steem-engine.com/?p=history&t=TRDO) & @cranium got 4 [TRDO](https://steem-engine.com/?p=history&t=TRDO)! 

<b>"Call [TRDO](https://steem-engine.com/?p=history&t=TRDO), Your Comment Worth Something!"</b>
---
<sup>To view or trade TRDO go to [steem-engine.com](https://steem-engine.com/)
Token distribution bot developed by @ali-h</sup>
πŸ‘  
properties (23)
authortrendotoken
permlinkre-cranium-re-roelandp-pw6m5f-20190813t153924183z
categorysteemwallet
json_metadata{"tags":["comments-scot","trendo-bot"],"app":"comments-scot/1.1","format":"markdown"}
created2019-08-13 15:39:24
last_update2019-08-13 15:39:24
depth2
children1
last_payout2019-08-20 15:39:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length454
author_reputation5,546,209,053,433
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,482,441
net_rshares31,263,165,286
author_curate_reward""
vote details (1)
@ackza ·
OOOH so thats what Trendo does? interesting @trendo cool name lol reminds me of @transisto for some reason :D  thank god for transisto and his @likwid it makes steem so much more profitable for potential marketers advertisers looking to buy stem to use for bidbot upvotes , they can get 98.5% of their rewards back in 7days...
properties (22)
authorackza
permlinkpw9mf5
categorysteemwallet
json_metadata{"tags":["steemwallet"],"users":["trendo","transisto","likwid"],"app":"steemit/0.1"}
created2019-08-15 06:37:54
last_update2019-08-15 06:37:54
depth3
children0
last_payout2019-08-22 06:37:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length326
author_reputation288,200,091,616,606
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,547,441
net_rshares0
@cryptopie ·
This a great news rather than relying on desktop keychain app alone. @roelandp
properties (22)
authorcryptopie
permlinkpw6om8
categorysteemwallet
json_metadata{"tags":["steemwallet"],"users":["roelandp"],"app":"steemit/0.1"}
created2019-08-13 16:32:33
last_update2019-08-13 16:32:33
depth1
children0
last_payout2019-08-20 16:32:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation829,274,168,394,582
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id89,484,080
net_rshares0
@cryptospa ·
@roeland, if I want to use the new SteemWallet, do I have to update my old one (that I've been using for almost a year), or will it update automatically?

Posted using [Partiko Android](https://partiko.app/referral/cryptospa)
πŸ‘  ,
properties (23)
authorcryptospa
permlinkcryptospa-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t150844113z
categorysteemwallet
json_metadata{"app":"partiko","client":"android"}
created2019-08-13 15:08:45
last_update2019-08-13 15:08:45
depth1
children5
last_payout2019-08-20 15:08:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length225
author_reputation789,767,055,892,699
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,481,334
net_rshares29,013,678,427
author_curate_reward""
vote details (2)
@abh12345 ·
I've just stuck the iphone update over mine and it seems to have saved my previous settings.
properties (22)
authorabh12345
permlinkpw6kwi
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 15:12:18
last_update2019-08-13 15:12:18
depth2
children0
last_payout2019-08-20 15:12:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length92
author_reputation1,408,615,966,842,648
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,481,440
net_rshares0
@roelandp ·
it will come as an update. Once appstores fully roll out (iPhone is available now) - android a bit slow with caching apparently. 

The app will ask once you sign a new transaction to "once" convert the wallet file to the new format, by unlocking your wallet.
πŸ‘  
properties (23)
authorroelandp
permlinkpw6l12
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 15:15:03
last_update2019-08-13 15:15:03
depth2
children3
last_payout2019-08-20 15:15:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length258
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,481,531
net_rshares28,286,086,328
author_curate_reward""
vote details (1)
@ackza ·
AWESOME so SteemWallet HAS an iOS app, that you have to download the apk file or whatever yeah? But its not yet on APp STORE but WILl be yeah?
properties (22)
authorackza
permlinkpw9ml8
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-15 06:41:33
last_update2019-08-15 06:41:33
depth3
children1
last_payout2019-08-22 06:41:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation288,200,091,616,606
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,547,547
net_rshares0
@cryptospa ·
Thank you for the clarification!

Posted using [Partiko Android](https://partiko.app/referral/cryptospa)
properties (22)
authorcryptospa
permlinkcryptospa-re-roelandp-pw6l12-20190813t165919662z
categorysteemwallet
json_metadata{"app":"partiko","client":"android"}
created2019-08-13 16:59:21
last_update2019-08-13 16:59:21
depth3
children0
last_payout2019-08-20 16:59:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation789,767,055,892,699
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,484,864
net_rshares0
@dses · (edited)
This is a very exciting moment for Steemit Wallet!

I haven't really used steemit wallet for a very long time, but I suppose it is good to test the dapps out with it.

This is starting to remind me of the Trust wallets with dapps.

πŸ‘πŸ»
properties (22)
authordses
permlinkdses-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t234418147z
categorysteemwallet
json_metadata{"app":"partiko","client":"android"}
created2019-08-13 23:44:18
last_update2019-08-13 23:45:57
depth1
children1
last_payout2019-08-20 23:44:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length234
author_reputation4,783,129,243,446
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,495,529
net_rshares0
@roelandp ·
*Steem Wallet :)
properties (22)
authorroelandp
permlinkpw7906
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 23:52:54
last_update2019-08-13 23:52:54
depth2
children0
last_payout2019-08-20 23:52:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,495,753
net_rshares0
@fantasycrypto ·
!giphy holy+shit
properties (22)
authorfantasycrypto
permlinkre-roelandp-pw6y4y
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-13 19:58:12
last_update2019-08-13 19:58:12
depth1
children2
last_payout2019-08-20 19:58:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation8,410,517,686,028
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,489,993
net_rshares0
@giphy ·
<img src="https://media0.giphy.com/media/vWku8YNwyy5vq/giphy-downsized-medium.gif?cid=0aaf8a74bf09cd01b29689f04496964ce4e3adafdaf9e14f&rid=giphy-downsized-medium.gif" /><br><a href="https://giphy.com/gifs/holy-shit-vWku8YNwyy5vq"><img src="https://files.steempeak.com/file/steempeak/echobourdon/SCyDAmrs-PoweredBy_200px-White_HorizLogo.png" /></a>
properties (22)
authorgiphy
permlinka0x3dasueyn
categorysteemwallet
json_metadata""
created2019-08-13 19:58:21
last_update2019-08-13 19:58:21
depth2
children1
last_payout2019-08-20 19:58:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length347
author_reputation1,297,028,681,726
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,489,999
net_rshares0
@ackza ·
@fantasycrypto holy shit indeed check it out, mobile steem engine 

![](https://cdn.steemitimages.com/DQmYdZxq2ze5XiPU9TpWneRXa4Cre3V8r1G2SNvYpnDFVPH/image.png)
properties (22)
authorackza
permlinkpw7djc
categorysteemwallet
json_metadata{"tags":["steemwallet"],"users":["fantasycrypto"],"image":["https://cdn.steemitimages.com/DQmYdZxq2ze5XiPU9TpWneRXa4Cre3V8r1G2SNvYpnDFVPH/image.png"],"app":"steemit/0.1"}
created2019-08-14 01:30:48
last_update2019-08-14 01:30:48
depth3
children0
last_payout2019-08-21 01:30:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length160
author_reputation288,200,091,616,606
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,497,858
net_rshares0
@fredkese ·
$0.37
With lots of people using phones this days, this has come at a great time

Posted using [Partiko Android](https://partiko.app/referral/fredkese)
πŸ‘  ,
properties (23)
authorfredkese
permlinkfredkese-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190817t161028355z
categorysteemwallet
json_metadata{"app":"partiko","client":"android"}
created2019-08-17 16:10:27
last_update2019-08-17 16:10:27
depth1
children0
last_payout2019-08-24 16:10:27
cashout_time1969-12-31 23:59:59
total_payout_value0.277 HBD
curator_payout_value0.092 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation174,144,697,538,626
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,636,749
net_rshares1,087,372,993,917
author_curate_reward""
vote details (2)
@greencross ·
not available yet on Play store

Posted using [Partiko Android](https://partiko.app/referral/greencross)
properties (22)
authorgreencross
permlinkgreencross-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t165748613z
categorysteemwallet
json_metadata{"app":"partiko","client":"android"}
created2019-08-13 16:57:57
last_update2019-08-13 16:57:57
depth1
children1
last_payout2019-08-20 16:57:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation89,647,673,681,332
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,484,835
net_rshares0
@roelandp ·
yeah slow rollout :( soon!
properties (22)
authorroelandp
permlinkpw6tjx
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 18:19:21
last_update2019-08-13 18:19:21
depth2
children0
last_payout2019-08-20 18:19:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,487,206
net_rshares0
@guruvaj ·
@roelandp is an email dapps possible in the steem blockchain?
properties (22)
authorguruvaj
permlinkre-roelandp-pw84dw
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-14 11:10:57
last_update2019-08-14 11:10:57
depth1
children2
last_payout2019-08-21 11:10:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation52,911,537,347,711
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,514,579
net_rshares0
@roelandp ·
please elaborate! 

1. why would such a thing be needed on a blockchain
2. what do you envision! 

:)
properties (22)
authorroelandp
permlinkpw8dij
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 14:27:54
last_update2019-08-14 14:27:54
depth2
children1
last_payout2019-08-21 14:27:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,520,588
net_rshares0
@guruvaj ·
$0.34
Ok here is my line of reasoning.
Standing on the concept that:
Steem is: a blockchain with true community members
The latent characteristics of the blockchain is ripe for further and numerous developments.

Reason 1. Blockchain should NOT just be currency only. To see blockchain just a supermarket of cryptos, is false, since, it is not good for blockchain economic to have more tokens with zero values, such a waste of money.

2. Future blockchain netizens are application specific  people. They are people, who knows or atleast understand how to code and can appreciate a more secure and robust and censorship resistant applications.

My vision is, steem, should explore the more traditional application, like chat and email, since these two are still basic application needs of present netizens.

Cryptos a means of exchange is slow to adapt.

But chat and email is still mainstream.

Be it a sidechain or within the blockchain itself, doesn’t matter for as long as it exist in our steem blockchain.

Posted using [Partiko iOS](https://partiko.app/referral/guruvaj)
πŸ‘  
properties (23)
authorguruvaj
permlinkguruvaj-re-roelandp-pw8dij-20190814t204615724z
categorysteemwallet
json_metadata{"app":"partiko","client":"ios"}
created2019-08-14 20:46:15
last_update2019-08-14 20:46:15
depth3
children0
last_payout2019-08-21 20:46:15
cashout_time1969-12-31 23:59:59
total_payout_value0.252 HBD
curator_payout_value0.084 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,069
author_reputation52,911,537,347,711
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,533,242
net_rshares993,322,142,512
author_curate_reward""
vote details (1)
@hugo1954 ·
I think it's an excellent article with many new features on the platform. Excellent article. I vote and share.
properties (22)
authorhugo1954
permlinkpw5yam
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 17:11:21
last_update2019-08-13 17:11:21
depth1
children0
last_payout2019-08-20 17:11:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation16,284,608,300,406
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,485,220
net_rshares0
@jaydih ·
Wow, this is awesome
properties (22)
authorjaydih
permlinkpw74d9
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 22:12:45
last_update2019-08-13 22:12:45
depth1
children0
last_payout2019-08-20 22:12:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation160,272,694,389,766
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,493,527
net_rshares0
@jayplayco ·
Great Job!
Here you can find the Korean instruction for SteemWallet.app

* https://steemit.com/sct/@jayplayco/steemwallet

By the way, getting errors when claiming tokens within the App.
<center>![](https://cdn.steemitimages.com/DQmXWGUxQjW7x7oCbyDmxtvxk67tSvQCN3Y5UmjGmmZJqM9/image.png)</center>
properties (22)
authorjayplayco
permlinkpw772w
categorysteemwallet
json_metadata{"tags":["steemwallet"],"image":["https://cdn.steemitimages.com/DQmXWGUxQjW7x7oCbyDmxtvxk67tSvQCN3Y5UmjGmmZJqM9/image.png"],"links":["https://steemit.com/sct/@jayplayco/steemwallet"],"app":"steemit/0.1"}
created2019-08-13 23:11:24
last_update2019-08-13 23:11:24
depth1
children2
last_payout2019-08-20 23:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length296
author_reputation497,250,965,667,906
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,494,886
net_rshares0
@roelandp ·
hmmm interesting, can you make an issue on github describing how I can replicate this bug, so I can make a fix? 

https://github.com/roelandp/steemwallet/issues/new

i just pushed a bugfix for another failing operation (comments). 

thanks for letting me know!
properties (22)
authorroelandp
permlinkpw78ry
categorysteemwallet
json_metadata{"tags":["steemwallet"],"links":["https://github.com/roelandp/steemwallet/issues/new"],"app":"steemit/0.1"}
created2019-08-13 23:48:00
last_update2019-08-13 23:48:00
depth2
children1
last_payout2019-08-20 23:48:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length260
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,495,628
net_rshares0
@jayplayco ·
$0.34
https://github.com/roelandp/steemwallet/issues/38#issue-480419794
Here you are. :)
πŸ‘  
properties (23)
authorjayplayco
permlinkpw791s
categorysteemwallet
json_metadata{"tags":["steemwallet"],"links":["https://github.com/roelandp/steemwallet/issues/38#issue-480419794"],"app":"steemit/0.1"}
created2019-08-13 23:53:54
last_update2019-08-13 23:53:54
depth3
children0
last_payout2019-08-20 23:53:54
cashout_time1969-12-31 23:59:59
total_payout_value0.256 HBD
curator_payout_value0.085 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation497,250,965,667,906
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,495,767
net_rshares1,006,808,624,872
author_curate_reward""
vote details (1)
@jose0210 ·
buenas amigo roelandp he visto tus publicaciones y que buenos proyectos e ideas tienes no te escribo para pedir como dicen algunos steemits que aunque lo dicen han ayudado a muchos con dinero, soy de venezuela y por como sabes mi pais esta muy grave pero solo vengo por razones muy obvias quiero pedirte ayuda de como poder trabajar en steemit que poder hacer como gano en esta pagina  le he pedido ayuda a muchos y nadie ayuda claro despues que estan areriba de los de abajo nadie se acuerda, espero ante mano puedas ver esto escritura y ver si puedes ayudarme ya que estoy desempleado con un hogar que mantener y una madre en cama con CA. espero de corazon poder contar contigo amigo con una mano amiga en la forma que me quieras ayudar sea con dinero o explicandome como ganar que tengo un aΓ±o en esta pagina sin poder hacer un dolar dicen que por votar tambien se gana pero nunk he ganado nada que puedo hacer y como gracias saludos espero tu cinseras respuestas.. mi correo luisjose285@gmail.com
properties (22)
authorjose0210
permlinkpw8g3w
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 14:44:09
last_update2019-08-14 14:44:09
depth1
children0
last_payout2019-08-21 14:44:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,000
author_reputation51,283,970
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,521,109
net_rshares0
@jpphotography ·
$0.03
Awesome work! A dApp browser is awesome. Logging in works like a charm on TravelFeed :) Voting works as well, but there is an issue with commenting, I opened an issue on Github.

Would you add [TravelFeed](https://travelfeed.io/) to the list of dApps?

One thing I noticed, I need to enter the wallet password for each transaction, it would be convenient if - like with keychain - the wallet would stay unlocked for a few minutes. Logging in with Fingerprint would be cool as well, even if it's not as secure as using a strong password I would trust my fingerprint with my posting key for convenience.
πŸ‘  , ,
properties (23)
authorjpphotography
permlinkre-roelandp-pw73r8
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-13 21:59:33
last_update2019-08-13 21:59:33
depth1
children3
last_payout2019-08-20 21:59:33
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length601
author_reputation130,520,405,558,348
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,493,193
net_rshares85,682,643,645
author_curate_reward""
vote details (3)
@roelandp ·
$0.07
logging in with fingerprint is enabled. it should suggest "Use TouchId / FaceId" when creating the wallet passphrase and the app had detected you have that feature on your phone. You can then slide to turn that on. 

Then you can sign with fingerprint. I'm still dabbling with the temp unlock feature. 

Your issue has been closed, a bugfix submitted to the appstores. Thanks for reporting!

Added Travelfeed to the list of interfaces.  Thanks again!
πŸ‘  , ,
properties (23)
authorroelandp
permlinkpw78xz
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 23:51:36
last_update2019-08-13 23:51:36
depth2
children2
last_payout2019-08-20 23:51:36
cashout_time1969-12-31 23:59:59
total_payout_value0.051 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length450
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,495,709
net_rshares203,191,140,058
author_curate_reward""
vote details (3)
@ackza ·
WOW so this steemwallet app has touchID and FACE ID wow, so when we upgrade yto a phone with finger print rteader,or when we can do faceID from a regular front facing camera, we will ALLbe able to have biometric locks for our steem account, mayeb we can even build that out into something to compeet with the eos block.one dan larimer universal ID system, maeb we can attest identities to steem accounts like byteball butf or face ID i dunno maybe not necisary but wow I LOVE tahtw e have a touch id face id enabled steem wallet DAPP browser!!!!

STEMWALLET deserves a steem engine token maybe for account creation or  referals or maybe just use it teh way EOS LYNX wallet uses theri wallet token, or scatter has riddle for reputation system :D
properties (22)
authorackza
permlinkpw9mj4
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-15 06:40:18
last_update2019-08-15 06:40:18
depth3
children0
last_payout2019-08-22 06:40:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length744
author_reputation288,200,091,616,606
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,547,517
net_rshares0
@jpphotography ·
I just recreated the wallet, I had originally set it up in the first version of Steemwallet a few months back. Fingerprint works like a charm now, awesome!

Thanks for adding TravelFeed and for the fast update! I will update once the update is live on Google Play, Steemwallet will become my new standard way of accessing Steem dApps on the go. A feature that would be cool would be implementing homescreen shortcuts to dApps, similar to how it works in Chrome on Android for PWAs. I submitted a feature request on Github for this.
πŸ‘  
properties (23)
authorjpphotography
permlinkre-roelandp-pw8120
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-14 09:58:48
last_update2019-08-14 09:58:48
depth3
children0
last_payout2019-08-21 09:58:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length531
author_reputation130,520,405,558,348
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,512,250
net_rshares817,031,922
author_curate_reward""
vote details (1)
@juliakponsford · (edited)
I've been waiting ages for mobile keychain, exciting! I am setting it up now and have run into an issue importing my keys. After adding them I get to the page where we are asked to add a passphrase, I enter it but there is no ok/next/done button and the only thing I can do is go back. This doesn't save the keys I added.

Am I missing something really obvious πŸ˜‚ I've tried a few times, I running android 7.0 if thats useful.

![](https://d1vof77qrk4l5q.cloudfront.net/img/ff1412f84122000540f939eb9e7aa431fdbbd92f.png)

Posted using [Partiko Android](https://partiko.app/referral/juliakponsford)
properties (22)
authorjuliakponsford
permlinkjuliakponsford-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190814t042143793z
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-14 04:21:45
last_update2019-08-14 04:33:51
depth1
children10
last_payout2019-08-21 04:21:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length595
author_reputation834,992,038,692,124
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,501,858
net_rshares0
@isnochys ·
Same here
properties (22)
authorisnochys
permlinkpw7nts
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 05:13:06
last_update2019-08-14 05:13:06
depth2
children5
last_payout2019-08-21 05:13:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation47,854,062,709,278
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,503,141
net_rshares0
@roelandp ·
@isnochys @juliakponsford: 

I was under the impression you could scroll down to click on "Create" button. Somehow it's hidden of the screen I guess. Please check if you can scroll in that window to the bottom. 

Alternative: I've just shipped an update (3rd one today :P) Android v.2.0.2.1 which should become available in 2-3 hours on Android appstores. 

This has the "return" key activated to "create" the wallet so when you have set your Passphrase it will create on hitting the keyboard's "return" key. 

Please note that if you want to use "Touch Id' you should slide to activate that prior to hitting that return key. 

Sorry for the inconvenience, will analyse this part on smaller screens asap and optimise this. 

Thanks for reporting! 

Stay tuned for v2.0.2.1 in the Playstore asap.
properties (22)
authorroelandp
permlinkpw8ent
categorysteemwallet
json_metadata{"tags":["steemwallet"],"users":["isnochys","juliakponsford"],"app":"steemit/0.1"}
created2019-08-14 14:52:42
last_update2019-08-14 14:52:42
depth3
children4
last_payout2019-08-21 14:52:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length795
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,521,411
net_rshares0
@roelandp ·
ohno UI screen f*ckup! 

can you hit return and then continue or not? (on ur keyboard) 

i will see how yo fix this asap!
properties (22)
authorroelandp
permlinkpw8068
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 09:39:45
last_update2019-08-14 09:39:45
depth2
children3
last_payout2019-08-21 09:39:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,511,482
net_rshares0
@juliakponsford ·
OK installed the update, same problem, even uninstalled and reinstalled and still the return key doesn't do anything  :/ Sorry to make you more work :D
properties (22)
authorjuliakponsford
permlinkpw8me3
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 17:39:39
last_update2019-08-14 17:39:39
depth3
children2
last_payout2019-08-21 17:39:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation834,992,038,692,124
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,526,603
net_rshares0
@kolkamkwan ·
I would like to start testing It is exciting
properties (22)
authorkolkamkwan
permlinkpw7d3y
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 01:21:33
last_update2019-08-14 01:21:33
depth1
children0
last_payout2019-08-21 01:21:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation226,560,936,785,585
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,497,668
net_rshares0
@libert ·
I added posting and active key, and trying to login to epicdice, but it keeps saying login failed!?

Posted using [Partiko Android](https://partiko.app/referral/libert)
properties (22)
authorlibert
permlinklibert-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190814t041615588z
categorysteemwallet
json_metadata{"app":"partiko","client":"android"}
created2019-08-14 04:16:15
last_update2019-08-14 04:16:15
depth1
children3
last_payout2019-08-21 04:16:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation19,208,620,620,574
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,501,726
net_rshares0
@roelandp ·
do u have a link to epicdice?
properties (22)
authorroelandp
permlinkpw807h
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 09:40:30
last_update2019-08-14 09:40:30
depth2
children0
last_payout2019-08-21 09:40:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,511,509
net_rshares0
@roelandp ·
hi i noticed indeed i have the same error. will investigate. thanks for reporting!
properties (22)
authorroelandp
permlinkpw8lfh
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 17:18:54
last_update2019-08-14 17:18:54
depth2
children0
last_payout2019-08-21 17:18:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,526,012
net_rshares0
@roelandp ·
Hi I've looked into the issue but the SteemWallet app returns the correct (same) response as decoded message as the "Steem Keychain" browser plugin gives so maybe EpicDice is not honouring SteemWallet as "allowed" browser somehow. 

If you know people at Epic Dice, please suggest them to look at this post. The SteemWallet App identifies it's browser with userAgent: "SteemWallet.app x.x.x (device family)" where x.x.x is the current app version, and device family = ipad, iphone or android.
πŸ‘  
properties (23)
authorroelandp
permlinkpw8qnh
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 19:11:42
last_update2019-08-14 19:11:42
depth2
children0
last_payout2019-08-21 19:11:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length492
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,530,041
net_rshares5,007,947,097
author_curate_reward""
vote details (1)
@lucasliamu ·
 Great work! this is definitely something needed..You are making the world better.
Great job. This is a huge step for adoption ! great work. I will download the app now
πŸ‘  
properties (23)
authorlucasliamu
permlinkre-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t172202307z
categorysteemwallet
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steemwallet"],"users":[],"links":[],"image":[]}
created2019-08-13 17:22:03
last_update2019-08-13 17:22:03
depth1
children0
last_payout2019-08-20 17:22:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation-1,001,334,202,048
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,485,472
net_rshares892,315,445
author_curate_reward""
vote details (1)
@marki99 · (edited)
This is more than amazing. I couldn't use any steem Dapps on my phone because entering my posting key was the worst experience ever. One click sign-ins is the only way to make this work. 

Thank you.

Edit - It took me a minute to log in to steem monsters. I hadn't imported my keys so I did it after trying. Very intuitive and good user experience. Nothing but respect.
πŸ‘  
properties (23)
authormarki99
permlinkpw6lq3
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 15:30:03
last_update2019-08-13 15:40:00
depth1
children0
last_payout2019-08-20 15:30:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length370
author_reputation11,400,723,818,181
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,482,030
net_rshares10,369,821,033
author_curate_reward""
vote details (1)
@masterthematrix ·
Very much appreciated update. Keychain on mobile devices is a game changer lets hope those Steem Apps will improve their mobile experience.
good job!
πŸ‘  
properties (23)
authormasterthematrix
permlinkre-roelandp-pw6obs
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-13 16:26:18
last_update2019-08-13 16:26:18
depth1
children0
last_payout2019-08-20 16:26:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation9,868,666,626,842
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,483,904
net_rshares10,360,882,904
author_curate_reward""
vote details (1)
@melinda010100 ·
$0.31
Thanks for this! Easy enough to install! 
πŸ‘  
properties (23)
authormelinda010100
permlinkre-roelandp-2019817t202553802z
categorysteemwallet
json_metadata{"tags":["steemwallet","steemproject","keychain","dapp","browser"],"app":"esteem/2.0.0-mobile","format":"markdown+html","community":"esteem.app"}
created2019-08-18 01:25:54
last_update2019-08-18 01:25:54
depth1
children0
last_payout2019-08-25 01:25:54
cashout_time1969-12-31 23:59:59
total_payout_value0.228 HBD
curator_payout_value0.084 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation1,065,520,620,851,212
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,649,294
net_rshares993,862,363,192
author_curate_reward""
vote details (1)
@michaelisikoff ·
I like this application, but every update from you may always be the best later. Thank you for the post .i just love it
πŸ‘  
properties (23)
authormichaelisikoff
permlinkre-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t172425964z
categorysteemwallet
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steemwallet"],"users":[],"links":[],"image":[]}
created2019-08-13 17:24:27
last_update2019-08-13 17:24:27
depth1
children0
last_payout2019-08-20 17:24:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation-1,683,125,866,303
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,485,534
net_rshares1,207,421,916
author_curate_reward""
vote details (1)
@monster-one ·
Testing, and falling in love,  amazing!
properties (22)
authormonster-one
permlinkre-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t191640380z
categorysteemwallet
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steemwallet"],"users":[],"links":[],"image":[]}
created2019-08-13 19:16:45
last_update2019-08-13 19:16:45
depth1
children0
last_payout2019-08-20 19:16:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation433,440,347,857,961
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,488,851
net_rshares0
@movingman ·
Legendary work,  thanks!  Resteemed for others
πŸ‘  , ,
properties (23)
authormovingman
permlinkre-roelandp-2019813t181611666z
categorysteemwallet
json_metadata{"tags":["steemwallet","steemproject","keychain","dapp","browser"],"app":"esteem/2.0.0-mobile","format":"markdown+html","community":"esteem.app"}
created2019-08-13 16:16:12
last_update2019-08-13 16:16:12
depth1
children0
last_payout2019-08-20 16:16:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation116,183,427,837,267
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,483,607
net_rshares30,254,182,692
author_curate_reward""
vote details (3)
@mstafford ·
This sounds great. Looking forward to testing out the new version once my android install updates. Will let you know if my project site "just works" with it.

Cheers!
properties (22)
authormstafford
permlinkre-roelandp-pw6mj3
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-13 15:47:30
last_update2019-08-13 15:47:30
depth1
children0
last_payout2019-08-20 15:47:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length166
author_reputation63,425,345,982,192
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,482,716
net_rshares0
@nuagnorab ·
@roelandp, This is something big and could have advanced steem to the next level. Appreciate for all the hard works and see you on the chain :)
properties (22)
authornuagnorab
permlinkpw7jv6
categorysteemwallet
json_metadata{"tags":["steemwallet"],"users":["roelandp"],"app":"steemit/0.1"}
created2019-08-14 03:47:30
last_update2019-08-14 03:47:30
depth1
children0
last_payout2019-08-21 03:47:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation125,097,310,898,849
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,500,953
net_rshares0
@octalmage ·
I just updated and it looks great! Great work! Can’t wait to explore the dapp section. 

Posted using [Partiko iOS](https://partiko.app/referral/octalmage)
properties (22)
authoroctalmage
permlinkoctalmage-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190814t012743034z
categorysteemwallet
json_metadata{"app":"partiko","client":"ios"}
created2019-08-14 01:27:42
last_update2019-08-14 01:27:42
depth1
children0
last_payout2019-08-21 01:27:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation308,983,206,245
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,497,793
net_rshares0
@okean123 ·
This update is amazing! Works great on some sites I tested.

It would be good if we could change the language in the app. Mine is german (because my phone is german, I assume) and it's kinda strange, I would prefer the app being english :).

Posted using [Partiko Android](https://partiko.app/referral/okean123)
properties (22)
authorokean123
permlinkokean123-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190814t190854790z
categorysteemwallet
json_metadata{"app":"partiko","client":"android"}
created2019-08-14 19:08:54
last_update2019-08-14 19:08:54
depth1
children0
last_payout2019-08-21 19:08:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length311
author_reputation39,294,394,710,838
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,529,944
net_rshares0
@oldoneeye ·
Very nice update!!
properties (22)
authoroldoneeye
permlinkpw6z77
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 20:21:06
last_update2019-08-13 20:21:06
depth1
children0
last_payout2019-08-20 20:21:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation7,731,024,123,647
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,490,646
net_rshares0
@orionmisfit ·
I like it big time.
πŸ‘  
πŸ‘Ž  ,
properties (23)
authororionmisfit
permlinkpw7fp3
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 02:17:24
last_update2019-08-14 02:17:24
depth1
children0
last_payout2019-08-21 02:17:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation-38,833,148,504
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,498,805
net_rshares-94,078,949,725
author_curate_reward""
vote details (3)
@peakmonsters ·
Now to download and see if peakmonsters.com works with it.
properties (22)
authorpeakmonsters
permlinkre-roelandp-pw74fz
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-13 22:14:36
last_update2019-08-13 22:14:36
depth1
children1
last_payout2019-08-20 22:14:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation91,167,905,601,134
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,493,563
net_rshares0
@roelandp ·
i think it works right?
properties (22)
authorroelandp
permlinkpw8qsl
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 19:14:45
last_update2019-08-14 19:14:45
depth2
children0
last_payout2019-08-21 19:14:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,530,137
net_rshares0
@piuskhan ·
es muy bueno. Hasta donde yo sΓ©, todavΓ­a no hay una aplicaciΓ³n de llavero para el iPhone (ΒΏalguien?) Por lo tanto, tener Steem Wallet imita la funcionalidad mΓ‘s utilizada es realmente ΓΊtil.  Saludos! πŸ’•πŸ’•πŸ’•πŸ’•
properties (22)
authorpiuskhan
permlinkpw88ke
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 12:41:09
last_update2019-08-14 12:41:09
depth1
children1
last_payout2019-08-21 12:41:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation201,445,083,258
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,517,169
net_rshares0
@roelandp ·
desculpe, yo no habla espanol. El application por iPhone y Android esta aqui: https://steemwallet.app :)
properties (22)
authorroelandp
permlinkpw8dhf
categorysteemwallet
json_metadata{"tags":["steemwallet"],"links":["https://steemwallet.app"],"app":"steemit/0.1"}
created2019-08-14 14:27:15
last_update2019-08-14 14:27:15
depth2
children0
last_payout2019-08-21 14:27:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,520,566
net_rshares0
@ponte79 ·
Hey, great work! I also tried it with steemmonsters and it worked like a charm! The browser still needs some improvements, its very slow and landscape view would be great.

Keep up the good good work!
properties (22)
authorponte79
permlinkre-roelandp-pw7r9e
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-14 06:27:15
last_update2019-08-14 06:27:15
depth1
children1
last_payout2019-08-21 06:27:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length200
author_reputation28,783,188,140
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,505,006
net_rshares0
@roelandp ·
thanks, the browser is a native webkit browser component and behaves according with the performance of your device... Landscape is a good suggestion.
properties (22)
authorroelandp
permlinkpw8djp
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 14:28:36
last_update2019-08-14 14:28:36
depth2
children0
last_payout2019-08-21 14:28:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,520,603
net_rshares0
@rishi556 ·
$0.43
Tried it out and lost a battle of SM there. Its great, any chance autologin can be implemented? I know that it might require some work on the site's end too.
πŸ‘  , , ,
properties (23)
authorrishi556
permlinkpw6x1z
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 19:34:48
last_update2019-08-13 19:34:48
depth1
children18
last_payout2019-08-20 19:34:48
cashout_time1969-12-31 23:59:59
total_payout_value0.322 HBD
curator_payout_value0.106 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation133,371,127,051,870
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,489,325
net_rshares1,271,906,161,492
author_curate_reward""
vote details (4)
@ackza · (edited)
$0.33
hey to get the ball rolling, and to remind people about https://giftgiver.me by @rishi556 with help of @heimindanger using CAPTCHA tpoken technology, i will get ball rollingt on INV integration with @banjo on discord and now steemwallet by @roelandp by DEDICATINg at least 25 Free Instant Account links to whoever wants to download and use SteemWallet but CANNOt because it requires a steem account and they cannot pay
![](https://cdn.steemitimages.com/DQmPyqTRGNkXRHEAFKW4Z9aneBPKS4FKXjyFGhs3JgT4s6G/image.png)

I will give 25 free instant steem accounts to teh first 25 STEEMWALET app downloaders who need that free account, to reach me find ackza on https://steemspeak.com discord 

Id like to give these 25 free account links preferably people who dont already have a steem account. But if you are downloading this app looking to have a wallet for some steem you maybe have on an exchange, well i would be MORE than happy to assist you, and even if you dont have the steem yet and are just looking to download and play with it but are a fan of crypto, then i want to help.  SO IF YOU ARE READING THIS and need a steem account for steemwallet app go to https://steemspeak.com discord find ackza 

I know @roelandp has existing onboarding system and probably something planned in the future but imagine THIS: We let a new potrntial user farm their new steem account, with cost 0.5 to 1 steem so you can have someone without keychain or anything just use https://captcha.steemwhales.com by the @dtube creator hemindanger and fill some sort of @steemwallet captcha account untill they have enuf to pay for an account, maybe figure out who has earned what by assigning them a certain time and a certain rotating network of steem accounts to capture the captchas.  On the captcha site,  they just enter the account name and boom you get captchas filling up and when someone makes like 0.5 or 1 steem worth the bot can sell em for steemp, buy an INV token and redeem it on https://invite.steem.ninja and send the link maybe @banjo by @inertia can even do it over discord and so... basically we can have anyone on discord even have a way to earn their own steem account and be given it over discord, banjo can also send steem engine tokens... 

a user can farm their own steem to buy a steem account by doing captchas, it may take a while but a user can have ads playing in background or videos to farm even more TASK tokens that can be ready for them when the steem account is ready :) anyway, thats one way I thought to let people pay for their owns teem account using existing tools...
πŸ‘  ,
properties (23)
authorackza
permlinkpw79x1
categorysteemwallet
json_metadata{"tags":["steemwallet"],"users":["rishi556","heimindanger","banjo","roelandp","dtube","steemwallet","inertia"],"image":["https://cdn.steemitimages.com/DQmPyqTRGNkXRHEAFKW4Z9aneBPKS4FKXjyFGhs3JgT4s6G/image.png"],"links":["https://giftgiver.me","https://steemspeak.com","https://captcha.steemwhales.com","https://invite.steem.ninja"],"app":"steemit/0.1"}
created2019-08-14 00:12:39
last_update2019-08-19 02:52:21
depth2
children5
last_payout2019-08-21 00:12:39
cashout_time1969-12-31 23:59:59
total_payout_value0.248 HBD
curator_payout_value0.082 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,584
author_reputation288,200,091,616,606
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,496,182
net_rshares974,926,482,010
author_curate_reward""
vote details (2)
@andrepol ·
It's not GiftGover but GiftGiver.me, right?
properties (22)
authorandrepol
permlinkpwghkz
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-18 23:36:36
last_update2019-08-18 23:36:36
depth3
children3
last_payout2019-08-25 23:36:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation6,197,147,962,470
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,681,997
net_rshares0
@mcsamm ·
Wow
properties (22)
authormcsamm
permlinkpw9sfg
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-15 08:48:06
last_update2019-08-15 08:48:06
depth3
children0
last_payout2019-08-22 08:48:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation1,547,072,414,880,416
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,551,165
net_rshares0
@roelandp ·
you mean (temporarily) permanent "unlock" right? So you don't have to sign every time? 

For now I have implemented that once you "broadcast" a message, you can flip the "slider" just above "sign & broadcast" which says: "do not prompt USER again for": DAPPCLIENT:OPERATION. So you won't get the dialog everytime but go straight to "wallet unlock" - - - which is quite fast with fingerprint (android + ios) and face id.
properties (22)
authorroelandp
permlinkpw70zl
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 20:59:45
last_update2019-08-13 20:59:45
depth2
children9
last_payout2019-08-20 20:59:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length419
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,491,727
net_rshares0
@ackza · (edited)
Bro am i reading this post right, that your mobile steem wallet app can perform keychain functions on mobile!?! Because that would be huge, and allow the https://task.steemwhales.com site thats keychain only by @heimindanger to work on mobile bow , wouldnt it?

WOW LOOK at this RIGHT ON MATE THANK YOU SO MUCH roeland! steem engine is MOBILE NOW

![](https://cdn.steemitimages.com/DQmNkawqjmXjHJQDapnz9GyYWHVwG7nWBY7vt8YdL8cEjSm/image.png)

![](https://cdn.steemitimages.com/DQmSfoZoe7kRvGtzgAvy23QBjDuJ45HScBQ7QyAPFH4yssg/image.png)

@fyrstikken @aggroed @someguy123 @surfyogi @thejohalfiles @heimindanger @neoxian I just made my first deposit and trade on steem engine using a Mobile Device, and keychain, no steemconnect, this is a huge game changer 

steem ecosystem is about to grow to a whole new level, and I will offer a lot of my INV steem invite codes, and also we can use CAPTCHA token at https://captcha.steemwhales.com to let new steem users FARM their OWN steem account cost and @banjo by @inertia could even deliver the steem invite link over discord maybe if they have accumulated enough Steem engine tokens on discord OR by accepting BTC and ALtcoins tips from @discordtip bot by unko so we can let people come in and send @banjo BTC or altcoins more popular than steem, banjo buys an INV and redeems 9or has a bank of links filled up ince a week or month etc)  and we could end up with an amazing system with discord being the on-boarding funnel, where users pay for new accounts by farming CAPTCHA and even TASK tokens and even 0.5 - 3 steem worth of discordtips allowing users to get an INV token from @steem.ninja crack it open into a steem account link via @banjo and discord has the built in phone verification ;) 

( @pharesim and his https://steeminvite.com could maybe help @fyrstikken tokenize all of his thousands of claimed fresh account links)
πŸ‘  
properties (23)
authorackza
permlinkpw7a25
categorysteemwallet
json_metadata{"tags":["steemwallet"],"users":["heimindanger","fyrstikken","aggroed","someguy123","surfyogi","thejohalfiles","neoxian","banjo","inertia","discordtip","steem.ninja","pharesim"],"links":["https://task.steemwhales.com","https://captcha.steemwhales.com","https://steeminvite.com"],"app":"steemit/0.1","image":["https://cdn.steemitimages.com/DQmNkawqjmXjHJQDapnz9GyYWHVwG7nWBY7vt8YdL8cEjSm/image.png","https://cdn.steemitimages.com/DQmSfoZoe7kRvGtzgAvy23QBjDuJ45HScBQ7QyAPFH4yssg/image.png"]}
created2019-08-14 00:15:42
last_update2019-08-14 01:28:57
depth3
children5
last_payout2019-08-21 00:15:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,874
author_reputation288,200,091,616,606
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,496,267
net_rshares42,426,140,782
author_curate_reward""
vote details (1)
@theb0red1 · (edited)
Love the app, though I'm having a bit of a problem. I imported all of my keys and the only thing that has worked has been steem monsters so far, I tried a few gaming sites and steem engine, and when I go to log in I get a pop up message saying "no key found for theb0red1 in wallet". I might try deleting and reinstalling the app to see if that helps.

Edit to add: ok I uninstalled and reinstalled and now the only thing I am able to sign in to is splinterlands, anything else it doesn't even try to bring up the login transaction to sign, all pages I tried just turned dark and do nothing... I'm on iOS if that helps. 
πŸ‘  
properties (23)
authortheb0red1
permlinktheb0red1-re-roelandp-pw70zl-20190813t231837648z
categorysteemwallet
json_metadata{"app":"partiko","client":"ios"}
created2019-08-13 23:18:39
last_update2019-08-14 01:24:24
depth3
children2
last_payout2019-08-20 23:18:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length620
author_reputation65,304,992,236,585
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,495,036
net_rshares33,216,494,934
author_curate_reward""
vote details (1)
@roelandp ·
btw sorry for the lost battle :) During testing I lost quite some steem-dust on gamble dice sites :)
πŸ‘  
properties (23)
authorroelandp
permlinkpw711l
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 21:00:57
last_update2019-08-13 21:00:57
depth2
children1
last_payout2019-08-20 21:00:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,491,756
net_rshares6,244,304,771
author_curate_reward""
vote details (1)
@rishi556 ·
$0.10
Should have made your own gambling test site :). 

Don’t have time to play so most of my cards are delegated out. Was playing with 2 summoners and a fraction of the cards I had at silver league. No way to win that.
πŸ‘  ,
properties (23)
authorrishi556
permlinkre-roelandp-2019813t161238273z
categorysteemwallet
json_metadata{"tags":["esteem"],"app":"esteem/2.0.0-mobile","format":"markdown+html","community":"esteem.app"}
created2019-08-13 21:12:39
last_update2019-08-13 21:12:39
depth3
children0
last_payout2019-08-20 21:12:39
cashout_time1969-12-31 23:59:59
total_payout_value0.070 HBD
curator_payout_value0.025 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length214
author_reputation133,371,127,051,870
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,492,058
net_rshares309,942,557,815
author_curate_reward""
vote details (2)
@russia-btc ·
Nice !!!
properties (22)
authorrussia-btc
permlinkre-roelandp-pw9whd
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-15 10:15:15
last_update2019-08-15 10:15:15
depth1
children0
last_payout2019-08-22 10:15:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation57,712,600,739,228
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,553,464
net_rshares0
@sct ·
When can I see the Steem Engine token in the Mobile Steemwelllet?
properties (22)
authorsct
permlinkpwmt3i
categorysteemwallet
json_metadata{"tags":["steemwallet","sct"],"app":"steemcoinpan/0.1"}
created2019-08-22 09:31:00
last_update2019-08-22 09:31:00
depth1
children1
last_payout2019-08-29 09:31:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation12,343,850,535,873
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,819,075
net_rshares0
@roelandp ·
hi! you can use the dapp browser tab to login to steem-engine or for example steempeak. here you can transfer tokens! 

in due time will upgrade the dapp browser landingpage with some features for tokens.
properties (22)
authorroelandp
permlinkpwoduz
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-23 05:57:00
last_update2019-08-23 05:57:00
depth2
children0
last_payout2019-08-30 05:57:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,850,177
net_rshares0
@soyrosa ·
AWESOME :D Better mobile Steem experience +1!
properties (22)
authorsoyrosa
permlinkpw6nan
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-13 16:04:00
last_update2019-08-13 16:04:00
depth1
children0
last_payout2019-08-20 16:04:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation335,707,483,911,582
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,483,256
net_rshares0
@steem-ua ·
#### Hi @roelandp!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 8.596 which ranks you at **#1** across all Steem accounts.
Your rank has not changed in the last three days.

In our last Algorithmic Curation Round, consisting of 134 contributions, your post is ranked at **#1**. Congratulations! 
##### Evaluation of your UA score:

* Your follower network is great!
* The readers appreciate your great work!
* Great user engagement! You rock!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190814t074504z
categorysteemwallet
json_metadata"{"app": "beem/0.20.23"}"
created2019-08-14 07:45:06
last_update2019-08-14 07:45:06
depth1
children0
last_payout2019-08-21 07:45:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length623
author_reputation23,214,230,978,060
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,506,940
net_rshares0
@steemitboard ·
Congratulations @roelandp! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://steemitimages.com/60x70/http://steemitboard.com/@roelandp/commented.png?201908150723"></td><td>You got more than 2250 replies. Your next target is to reach 2500 replies.</td></tr>
</table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@roelandp) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=roelandp)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-roelandp-20190815t082144000z
categorysteemwallet
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-08-15 08:21:42
last_update2019-08-15 08:21:42
depth1
children0
last_payout2019-08-22 08:21:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length844
author_reputation38,975,615,169,260
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,550,592
net_rshares0
@steempeak ·
$0.33
Thanks for enabling this for our users over on steempeak.com mobile site!!
πŸ‘  , ,
properties (23)
authorsteempeak
permlinkre-roelandp-pw7481
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steempeak/1.14.15"}
created2019-08-13 22:09:42
last_update2019-08-13 22:09:42
depth1
children0
last_payout2019-08-20 22:09:42
cashout_time1969-12-31 23:59:59
total_payout_value0.250 HBD
curator_payout_value0.083 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation175,130,396,955,416
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,493,460
net_rshares983,826,321,733
author_curate_reward""
vote details (3)
@theb0red1 ·
Wow this is something I've been wishing for for a while now! Cool to see someone finally made a mobile wallet with built in browser!

Posted using [Partiko iOS](https://partiko.app/referral/theb0red1)
properties (22)
authortheb0red1
permlinktheb0red1-re-roelandp-introducing-steemwallet-app-v2-many-enhancements-including-a-steemkeychain-supporting-dapp-browser-20190813t153431582z
categorysteemwallet
json_metadata{"app":"partiko","client":"ios"}
created2019-08-13 15:34:33
last_update2019-08-13 15:34:33
depth1
children0
last_payout2019-08-20 15:34:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length200
author_reputation65,304,992,236,585
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,482,243
net_rshares0
@thecryptodrive ·
Great work @roelandp, for me on iOS it gets stuck on "Loading dapp list" nothing is loading in the wallet browser window.
properties (22)
authorthecryptodrive
permlinkpw7j4v
categorysteemwallet
json_metadata{"tags":["steemwallet"],"users":["roelandp"],"app":"steemit/0.1"}
created2019-08-14 03:31:39
last_update2019-08-14 03:31:39
depth1
children1
last_payout2019-08-21 03:31:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation103,594,115,164,820
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,500,487
net_rshares0
@roelandp ·
is a google spreadsheet. please click the home icon top left to refresh.
properties (22)
authorroelandp
permlinkpw809l
categorysteemwallet
json_metadata{"tags":["steemwallet"],"app":"steemit/0.1"}
created2019-08-14 09:41:45
last_update2019-08-14 09:41:45
depth2
children0
last_payout2019-08-21 09:41:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation662,943,317,989,456
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,511,559
net_rshares0
@vlemon ·
Great ! I definitely need to try it out !
Keep Building @roelandp
properties (22)
authorvlemon
permlinkpw6m60
categorysteemwallet
json_metadata{"tags":["steemwallet"],"users":["roelandp"],"app":"steemit/0.1"}
created2019-08-13 15:39:39
last_update2019-08-13 15:39:39
depth1
children0
last_payout2019-08-20 15:39:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation876,664,127,667,401
root_title"Introducing SteemWallet.app v2 - many enhancements, including a SteemKeychain supporting Dapp Browser!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,482,451
net_rshares0