ecency / esteem-surfer

Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
https://ecency.com
MIT License
101 stars 27 forks source link

URL scheme and deeplinking #6

Open feruzm opened 6 years ago

feruzm commented 6 years ago

As a desktop application, eSteem Surfer should have support for steem:// url scheme.

for example:

steem://@username/permlink opens post steem://@username opens profile of user

and any other possible combination, mainly get requests for now, later we will work on post queries to submit transaction to the blockchain and their schemes, popup screen to perform/confirm any action quickly

feruzm commented 6 years ago

Follow this standard or use this package: https://github.com/steemit/steem-uri-spec

feruzm commented 6 years ago

Read or get part is done. 👍 Write or post (broadcast) part is next...