[go: up one dir, main page]

Added explicit exports to make it more clear how to set the env variable

So I just wanted to start out with something really small and basic to get a feel for the process here 😊

One thing that quickly tripped me up from the smart_rollups.rst docs was the requirement to set the NETWORK to https://teztnets.xyz/mondaynet-YYYY-MM-DD. I first just tried mondaynet. Then got a list from the node with available options. Ran limanet for a bit until I noticed that I should put a URI. What I did next was go to the faucet page and copy the RPC URI 😅

So I added a little diff just setting the env var explicitly. A small thing, but if we set this explicit like this it might help other avoid some confusion here.

Two other things of note;

  • Running docker without --entrypoint octez-node make config init fail
  • It takes a little while before the protocol to say SomethingSomethingALpha (shows something else initially)

Would it be a good idea to add some additional docker notes? Or perhaps fix the entrypoint script?

I can keep working on this branch while working my way through the docs & tutorial - no need to merge just yet - just wanted to see if working via a merge request like this is a good option for you guys.

Best, Asbjorn

Merge request reports

Loading