Content
@
https://warpcast.com/~/channel/vibecoding
0 reply
0 recast
0 reaction
Papajams
@papa
starting to better understand why hardhat / foundry and not just remix
1 reply
0 recast
4 reactions
LΞovido
@leovido.eth
Getting off of Remix next week and starting with Foundry. I just don’t want to rely on AI and vibe code some of my ideas. My inner dev wants to understand what’s is actually going on What was your first ever smart contract ?
1 reply
0 recast
2 reactions
Kasra Rahjerdi
@jc4p
foundry is the right call, forge init start you with a basic Counter, i’d recommend playing around with adding features and tests to that then: barebones contract that allows people (or you only) to call a method and the contract records it and emits an event after that id add in festures like offchain signed messages for allowlist only interactions or a leaderboard or etc after that, id get into ERC20 and ERC721s and after that id get into upgradable contracts and proxies i recommend utilizing solmate/solady if you wanna understand the code you’re writing cause all their code is super easy to understand compared to OpenZeppelin code d
1 reply
0 recast
1 reaction
Papajams
@papa
hell yeah! just playing with foundry for the first time and surpised how lightweight it is. lol leovido i think my first smart contract was trying to chase some airdrop and copy pasting a random template not having a clue what i was doing 100 $hunt 100 $nogs
2 replies
0 recast
2 reactions