BitShares Forum

Main => Technical Support => Topic started by: jsidhu on November 24, 2014, 06:38:36 pm

Title: URI scheme?
Post by: jsidhu on November 24, 2014, 06:38:36 pm
Does bitshares toolkit support URI scheme's? ie: bitshares:\\address?amount=5&currency=bitUSD would open up bitshares with params passed as command line arguments?
Title: Re: URI scheme?
Post by: toast on November 24, 2014, 06:40:30 pm
Might be in Qt wallet repo:
https://github.com/BitShares/qt_wallet
Title: Re: URI scheme?
Post by: jsidhu on November 24, 2014, 06:46:26 pm
It looks like the web wallet is navigated through the QT interface... the URI scheme starts with bts:account...

So there is only one wallet correct? QT front-end and web wallet backend using angularjs?
Title: Re: URI scheme?
Post by: bytemaster on November 24, 2014, 07:57:19 pm
It looks like the web wallet is navigated through the QT interface... the URI scheme starts with bts:account...

So there is only one wallet correct? QT front-end and web wallet backend using angularjs?

Yes
Title: Re: URI scheme?
Post by: jsidhu on November 24, 2014, 09:12:47 pm
Took me some time to figure out the scheme even after reading the code.. it should follow the traditional uri scheme structure imo...

Is there a design flaw with th traditional structure on our
context?
Title: Re: URI scheme?
Post by: bytemaster on November 24, 2014, 09:13:12 pm
Took me some time to figure out the scheme even after reading the code.. it should follow the bitcoim uri scheme structure imo...

Link?
Title: Re: URI scheme?
Post by: jsidhu on November 24, 2014, 09:17:05 pm
Took me some time to figure out the scheme even after reading the code.. it should follow the bitcoim uri scheme structure imo...

Link?

bip 21 https://github.com/bitcoin/bips/blob/master/bip-0021.mediawiki
Title: Re: URI scheme?
Post by: Tuck Fheman on November 21, 2015, 08:40:29 am
Will the URI scheme work with v2 to open the lightwallet and specify account/asset/amount etc?
Title: Re: URI scheme?
Post by: jsidhu on November 22, 2015, 07:16:13 am
Would be nice to also do bitshares login
Title: Re: URI scheme?
Post by: kenCode on December 16, 2015, 03:09:29 pm
Will the URI scheme work with v2 to open the lightwallet and specify account/asset/amount etc?

I need to know this as well, and how much data can we feed into the uri parameters.. like a very full memo field of say 2000 characters. Please advise on documentation of this, thanx