dock-substrate
dock-substrate copied to clipboard
readme is incorrect
The readme tells users to expose port 9933 as the websocket port. Port 9933 is the default http port, not ws. If we don't fix this users will have a bad time.
To fix: in Quickstart, change 9933:9933 to 9944:9944 .
Another problem: the link to "contibuting.md" is broken.