@unix-cheerie
Hey Farcaster 👋 I’m Eunice, a beginner blockchain dev from documenting my journey one day at a time.
Today I just learned Foundry.
Foundry is a fast, developer-friendly framework for Ethereum smart contracts.
Think of it as your all-in-one toolbox: building, testing, deploying, debugging.
The main tools 🛠️
• Forge → write & run tests
• Cast → interact with contracts & RPCs
• Anvil → spin up a local blockchain
• Chisel → debug in a REPL style
2.
I also learned how RPCs connect Foundry to real networks.
• Local testing = Anvil
• Public chains = RPC endpoints (Infura, Alchemy, or your own node)
Super excited about how powerful Foundry feels.
Next up: diving deeper into testing smart contracts with Forge.
Stay tuned.
Checkout my Medium post:https://medium.com/@Cheerie/my-first-steps-with-foundry-a-beginners-dive-into-smart-contract-development-77f7d74c148e
#150DaysOfSolidity #Web3 #WomenInTech #FOUNDRY #Ethereum