Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement launch protocol for changing network #47

Closed
slaweet opened this issue Nov 30, 2017 · 1 comment
Closed

Implement launch protocol for changing network #47

slaweet opened this issue Nov 30, 2017 · 1 comment
Assignees

Comments

@slaweet
Copy link
Contributor

slaweet commented Nov 30, 2017

Expected behaviour

It should be possible to switch between mainnet, testnet and a custom node with URL search params using network keys from https://github.com/LiskHQ/lisk-wallet/blob/rebranding/src/constants/networks.js
The following options should be supported:

  • ?network=mainnet
  • ?network=testnet
  • ?network=customNode&address=http://localhost:4000 (where address is any valid address)

Network select and address input on login page should be removed because for the vast majority of users it is an unnecessary clutter.

Actual behaviour

There is a network select and address input on login page.

@slaweet
Copy link
Contributor Author

slaweet commented Dec 7, 2017

Solved in #47

@slaweet slaweet closed this as completed Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants