Content pfp
Content
@
https://warpcast.com/~/channel/vibecoding
0 reply
0 recast
0 reaction

Papajams pfp
Papajams
@papa
starting to better understand why hardhat / foundry and not just remix
1 reply
0 recast
4 reactions

LΞovido pfp
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 pfp
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