Sabitlenmiş Tweet
Speedrun Ethereum
19 posts

Speedrun Ethereum
@Speedethereum
Speedrun Ethereum is a hands-on series of challenges designed to help you learn by building. Build @1clawAI @buidlguidl @austingriffith
Katılım Haziran 2026
43 Takip Edilen311 Takipçiler

Speedrun Ethereum retweetledi

Wanted to know how prediction markets like @polymarket work... 🤔
So I went to @Speedethereum, and I'm halfway of getting all the fundamentals now 👏
Tysm for the great learning content as always @buidlguidl 🫶

English
Speedrun Ethereum retweetledi

Did you catch my talk at @ETHGlobal New York?
I covered a BUNCH of topics including...
> BuidlGuidl @buidlguidl
> SpeedRunEthereum @Speedethereum
> ETHSkills @ethereum
> Scaffold-ETH @ScaffoldETH
> x402 and ampersend @ampersend_ai
> 1Claw AI @1clawAI
and more... Catch the replay! Link in the comments... 👇
ETHGlobal@ETHGlobal
Building on Ethereum in the AI Era Use Scaffold-ETH, ETH Skills, and AI tools to build Ethereum dapps quickly with @cryptomastery_ of @1clawAI 🦞 Watch the full workshop: youtube.com/live/lxhzWCDy6…
English
Speedrun Ethereum retweetledi

Foundry support just shipped on Speedrun Ethereum 🔨
Pick your stack when you start a challenge: Hardhat or Foundry.
Try it on the first challenge:
npx create-eth@2.0.12 -e challenge-tokenization challenge-tokenization
Available for challenges 0 to 4. More coming soon.
English
Speedrun Ethereum retweetledi
Speedrun Ethereum retweetledi

Two ways to declare a value that never changes:
• `constant` — inlined at compile time. Value has to be known before deploy.
• `immutable` — set once in the constructor. Stored in bytecode, not a storage slot.
Reading either costs ~3 gas. Reading a storage variable costs ~100 (warm) or ~2100 (cold). Use one of these whenever you can.

English
Speedrun Ethereum retweetledi




