-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(be): integrate block explorer Json-RPC server #41
feat(be): integrate block explorer Json-RPC server #41
Conversation
Can you fix lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xbcdev I got an error while starting node with json-rpc:
Error: listen tcp: address https://localhost:11100: too many colons in address
Could you please check it first before we can merge it?
Also, the wasm rpc repo still containing lots of TODO. Please handle them. |
@trinitys7 this is the default value, did you changed it wrongly? ( |
It is not need to handle at this moment. I put there to do on next phase. |
This PR integrate the Block Explorer Json-RPC server.
Later, once the Block Explorer service deployed, it can start connecting to the Json-RPC service on RollApp nodes for querying data.
New materials added: