BuidlGuidl pfp

BuidlGuidl

@buidlguidl

6 Following
326 Followers


BuidlGuidl pfp
BuidlGuidl
@buidlguidl
https://speedrunethereum.com/
0 reply
0 recast
2 reactions

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
Batch 18 is in full swing! 10 builders are actively contributing to our on-chain open-source project After just one week, we’ve already seen 18 pull requests, with 11 successfully merged. Great job! 👏 And big shoutout to our mentor @melanke! Want to join Batch 19? 👇
1 reply
2 recasts
4 reactions

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
https://www.youtube.com/watch?v=pVBqPX0YVV4
0 reply
1 recast
1 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
Want to deploy your first dapp on Ethereum? Here is a full hands-on workshop (with cool takes on dapp building) to guide you step by step 👇 check the second cast for the full video
1 reply
2 recasts
3 reactions

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
BuidlGuidl CTF goes on! 12 weeks. 12 challenges. Take on Challenge 3 and see if you can handle it Ready to dive in? 👇
0 reply
1 recast
4 reactions

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
https://www.youtube.com/watch?v=MtVVV7X2uuU
0 reply
0 recast
3 reactions

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
Quit thinking of the same 100 onchain users! Start thinking about the mainstream audience! 👀 Taken from PMFers with Martin Koeppelmann (youtube link to the full vid in second tweet)
2 replies
2 recasts
7 reactions

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
https://speedrunethereum.com/
0 reply
0 recast
2 reactions

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
What if you could become your own bank... on-chain? 🏦💥 Speedrun Ethereum's Challenge #5: Over-Collateralized Lending will show you how to build one step by step. Want to level up your DeFi dev skills? Check the next tweet 👇
1 reply
1 recast
6 reactions

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
Batch 18 is live! 🎉 We're excited to welcome a new wave of builders into the world of on-chain open source contributions. Want to join the movement? Head over to http://speedrunethereum.com and get started!
1 reply
3 recasts
6 reactions

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
8/ Pro Tips - Use OpenZeppelin standard - Think in decimals() — 1 token = 10^18 units - Secure the mint() function (or remove it!) - Always test locally + on testnets - Verify your contract on Etherscan (yarn verify)
1 reply
0 recast
0 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
9/ What’s Next? Now that you’ve built your own token… 🚀 Try the Token Vendor Challenge: Build a vending machine for your ERC20. https://speedrunethereum.com/challenge/token-vendor
0 reply
0 recast
0 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
7/ How ERC20 Transfers Work ✅ Direct token transfer - 🔄 transfer(to, amount) ✅ Delegated transfer (like Uniswap pulling tokens) - approve(spender, amount) - transferFrom(from, to, amount)
1 reply
0 recast
0 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
6/ Deployment Flow 1. Compile the contract (yarn compile or Remix) 2. Deploy it with constructor args (name, symbol, supply) 3. Get contract address 4. Add token to MetaMask 5. Interact via frontend / block explorer / CLI
1 reply
0 recast
0 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
5/ Local vs Browser Dev (both great for beginners) 👨‍💻 Remix (http://remix.ethereum.org) Zero setup ⚙️ Scaffold-ETH 2 + Hardhat Full-stack dev env Great for scaling up https://scaffoldeth.io/
1 reply
0 recast
0 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
4/ Writing Your Token in Solidity Use OpenZeppelin – it's secure and audited. Here’s a simple ERC20 token with optional minting:
1 reply
0 recast
0 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
3/ Key Functions in ERC20 Here's what every ERC20 token must (or should) implement:
1 reply
0 recast
0 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
1/ What’s an ERC20 Token? ERC20 is the most widely adopted standard for fungible tokens on Ethereum. Think stablecoins like $USDC or governance tokens like $UNI. Every ERC20 follows a shared interface so wallets, exchanges & dApps just work with it.
1 reply
0 recast
0 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
2/ Why ERC20 matters 🔁 Fungible: 1 token = 1 token 🛠 Interoperable: Plug & play with MetaMask, Uniswap, Aave 🧱 Composable: Base layer for DAOs, dApps, staking, governance Common use cases: - Stablecoins - DAO tokens - Reward points - Game assets
1 reply
0 recast
0 reaction

BuidlGuidl pfp
BuidlGuidl
@buidlguidl
🧵 How to Create an ERC20 Token in Solidity Want to launch your own token on Ethereum? Here’s a complete step-by-step guide to writing and deploying an ERC20 token using Solidity + OpenZeppelin. Let’s get started 👇
2 replies
2 recasts
4 reactions