-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add a CREATE3
tutorial
#1059
Comments
more tutorials good! |
Damn damn damn, this makes me so stoked. I'll still wait a bit for anyone else to get their comments in. Will take this up after the weekend if nothing more is commented. |
feel free to take it @Genesis3800 ! |
One thought is that there's probably a few create3 implementations. I'm working with @pcaversaccio to make the one in https://github.com/pcaversaccio/createx a canonical one—I'm biased of course, but hopefully within ~2 weeks that one will be deployed and maybe that's the one we should reference and use in the tutorial. Could you also give an outline of what you're planning to include? As you'll see in the docs/comments for CreateX, there are a few security concerns to be around of with create3 that we need to cover |
Damn, that's a news and a half @mds1 . Best of luck. I am open to waiting for your implementation to get finalised while I prep with as much of the tutorial as I can on my own. Here's an outline of what I was planning:
What do you think? P.S: @pcaversaccio I would love the chance to work with you, even if indirectly so. You're one of my favs in the space. |
FWIW, we froze the code 2 days ago :); so you can use our reference implementation if you want.
One important part to mention is that since we live in a cross-chain world,
Very much appreciate the kind words :) - happy to help review the |
Ty ser, will get started with yours, even though I am not totally confident I will be able to digest the complex frontrun protections. Will try my best as before.
Yes an extra pair of eyes always helps, especially from someone like you. @Evalir This one will take some time at least. I'll try to have a first draft in 10-15 days. I'll try to expedite as much as possible. |
Hey all, just wanted to update everyone that I am still keen on completing this assigned issue. This one is taking time because I am finding the concepts involved difficult. I will try my best to have the first draft on CREATEX ready in about a week. |
😄 thxs; we're publicly live now https://twitter.com/pcaversaccio/status/1738153235678998855. |
Congrats ser, you deserve it. |
Never underestimate the value of good educational material! That's part of the equation on how to attract great talent. |
Hey guys, I'm terribly sorry to write this, but can I withdraw from this PR? I don't think I can do justice to this one right now with my current job being as demanding as it is. Apologies again :( |
CREATE3
tutorial
I totally understand if this feels repetitive since I also wrote the CREATE2 article, but I genuinely feel there are nuances that justify writing a tutorial on CREATE3, since there is no actual 'CREATE3' opcode.
I recently got this in my DMs.
Also I could not find a proper end-to-end tutorial on CREATE3.
I could work with the solady or solmate libraries to write a tutorial for a CREATE3 factory implementation.
If given the go ahead, I'll make this my best work ever.
The text was updated successfully, but these errors were encountered: