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

Expose Raiden Rest API at raiden start #464

Closed
3 tasks done
LefterisJP opened this issue Mar 28, 2017 · 1 comment
Closed
3 tasks done

Expose Raiden Rest API at raiden start #464

LefterisJP opened this issue Mar 28, 2017 · 1 comment
Assignees

Comments

@LefterisJP
Copy link
Contributor

LefterisJP commented Mar 28, 2017

Problem Definition

Currently raiden starts by exposing the raiden command line interface which is not what we need by default.

Solution

Start the raiden rpc server by default instead of opening the command line interface and show an appropriate message to the user.

Tasklist

  • Add two new arguments to the raiden executable. These would be console and rpc which would start raiden with the console interface and the rpc interface enabled respectively.
  • Remove the command line interface as the detault raiden interface.
  • Add an interface that will start the rest api server and provide a message to the user informing him how to connect to and interact with the rest server. Make this the default behaviour.
@LefterisJP LefterisJP added this to the MVP milestone Mar 28, 2017
@LefterisJP LefterisJP added the 2 label Mar 28, 2017
@LefterisJP LefterisJP mentioned this issue Mar 28, 2017
5 tasks
@LefterisJP LefterisJP assigned LefterisJP and czepluch and unassigned LefterisJP Mar 28, 2017
@LefterisJP LefterisJP modified the milestones: Developer Preview, MVP Apr 11, 2017
@LefterisJP
Copy link
Contributor Author

Closed by #518

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

No branches or pull requests

2 participants