Open jcstein opened 1 month ago
to be done after https://github.com/celestiaorg/celestia-node/pull/3808 is live
Another thought for the quick start section might to also just hardcode some more values and make it clear that it is for starting a light node to sample.
Then the only decision is which network to target. And with that even hardcoding the RPC endpoint for them. I honestly mess up that endpoint every time.
Although I know you are also trying to improve the rpc endpoint table documentation page so that might help. But either way I think the quick start shouldn't make someone leave the page for any information.
Notes from slack discussion:
When I was doing some testing with the docker images, it appears that the ENV VARs are used to set the config.toml file during the celestia init command that the dockerfile entrypoint script calls. While the flags are for the celestia start command.
I know many people manually set their config files, so they wouldn’t need to set the ENV VARs in that instance I’m pretty sure.
fix up docker page
cc @MSevey for vis and for anything I missed