[OP Stack Deployment] L2 Testnet Tutorial: Clarification Needed on L1 Contract Deployment #737
Replies: 1 comment 2 replies
-
|
this tutorial was written with tutorials/chain branch |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I'm currently working through the "Deploy the L1 contracts" section and came across some confusing points that I'd like to clarify. The guide says to run
git checkout tutorials/chain, but I think this is outdated. Is there an updated guide for using thedevelopbranch?First, the documentation recommends using op-deployer, but it still mentions the script-based deployment method without explaining how they coexist or which one should be used. This can be confusing for someone trying to follow the process step by step.
Second, after installing op-deployer, I noticed that there's only an executable file and no
binfolder orop-deployerdirectory, as implied in the tutorial. The instructions mention commands likecd op-deployerand./bin/op-deployer, but these don't seem to match what is actually installed. Since I've already added op-deployer to myPATH, I don't think I should need to navigate to a non-existent directory or use the./bin/prefix.I'm new here, so if I’ve misunderstood anything, please let me know.
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions