dzham
Torkus
Hm I beg your pardon I just got you where working on the part that write the links while I'm on the part reading it.
Well hard or not I'm up to code this thing. I'm splitting the code between the app ui and the protocol implementation; so later it'll be easier to make a lib that help generate the links. The links format will be:
https://cosmic.link/?payment&amount=100&destination=someone*example.com
I'm trying to implement every operations, but for now I'm lagging on inflation. It doesn't makes any sense to me that one have to sign an operation that trigger inflation while it's supposed to run automatically at network scale. Anyway...
I advice to use
?operation&option=value&....
As a standard rather than
operation?option=value&....
The reason behind it being you only need one page to handle everything. More convenient.
Besides, I'm following the stellar javascript formatting, so I have:
asset=name:issuer
Instead of
asset=name&issuer=address
With a special case scenario for asset=xlm or asset=native