-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
-
Please see
README file, and update it so that starting the node is easy in every scenario (mainnet/testnet, with/without RPC, env-based, Docker, etc.). If you want to introduce a consistent pattern that simplifies the startup process across all cases, feel free to do, any improvement is welcome. -
Please make sure the
READMEis updated accordingly (commands, examples, and expected behavior). -
I would like to recommend to create a new task
Enabling MSB node from README, to validate the documentation end-to-end. The goal is to be 100% sure that:- the documented commands actually work,
- the built Docker image runs correctly,
- users should be able to choose whether the service binds to
localhostor0.0.0.0. When running inside a container, the node should bind to0.0.0.0by default so it is reachable from the host through published ports. On the host side, exposure should remain configurable (for example, publish the port on127.0.0.1/localhostfor local only access, or on0.0.0.0to expose it externally). But again user should be aware what it is selecting.
Originally posted by @b-garbacz in #488 (comment)
Acceptance Criteria
- All README commands work end-to-end (host + Docker).
- Docker image builds and runs successfully.
- If something does not work, then update README to the working version of the command/instruction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels