Content pfp
Content
@
0 reply
0 recast
2 reactions

Greg pfp
Greg
@greg
updated my web3-starter github template to match how i've been building projects recently https://github.com/gskril/web3-starter - hardhat with a create2 deploy script - nextjs with wagmi, rainbowkit, tailwind this helps me start a new full stack project in <1 minute
13 replies
8 recasts
49 reactions

phil pfp
phil
@phil
why hardhat over foundry?
1 reply
0 recast
2 reactions

Greg pfp
Greg
@greg
I like writing scripts (tests, deploy scripts, etc.) in typescript rather than solidity + CLI commands. i also don't need feel the need for extensive testing tools for the type of stuff i do which is a big selling point of foundry also github submodules are annoying, id rather add dependencies via a package manager i also don't know anything about rust and don't feel like learning right now overeall doesn't feel like it's worth learning something new atm
1 reply
0 recast
2 reactions