Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Implement launch protocol #20

Closed
sheerlox opened this issue Jan 23, 2017 · 5 comments
Closed

Implement launch protocol #20

sheerlox opened this issue Jan 23, 2017 · 5 comments

Comments

@sheerlox
Copy link

I think it'll be a great idea to have something like bitcoin :
bitcoin:xxxxxxxxxxxADDRESSxxxxxxxxxxxxxxxxx
to open the wallet 😄

@reyraa reyraa added this to the Version 1.1.0 milestone May 9, 2017
@reyraa reyraa added the *hard label May 9, 2017
@slaweet
Copy link
Contributor

slaweet commented May 30, 2017

There should be some support for this in Electron, but apparently, it takes some attempts to make it work:
https://discuss.atom.io/t/custom-url-scheme/19811

The other part is that "send" is in a modal which doesn't have its own url. We likely should make all modals addressable.

@sheerlox
Copy link
Author

Yes that sounds pretty complicated 😕

@slaweet
Copy link
Contributor

slaweet commented Aug 4, 2017

This will be solved in three smaller issues:

@vekexasia
Copy link

Hey @slaweet what is the protocol?

@slaweet
Copy link
Contributor

slaweet commented Oct 13, 2017

Good question @vekexasia.

An example of send is:
lisk://main/transactions/send?recipient=16313739661670634666L&amount=1

And example of vote is:
lisk://main/voting/vote?votes=genesis_14,genesis_24,genesis_55,genesis_53&unvotes=genesis_29,standby_20

Each parameter is optional.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants