Content
@
0 reply
0 recast
2 reactions
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
12 replies
7 recasts
36 reactions
phil
@phil
why hardhat over foundry?
1 reply
0 recast
2 reactions
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
1 reaction
killjoy.eth
@killjoy
I’ve mostly switched to foundry but agree with you about writing tests and deploy scripts in typescript. Solidity is just too clunky a language for me to want to use it for anything I don’t have to. I kind of want to put together a starter like this too. Mine would be a monorepo with ponder, foundry and remix.
0 reply
0 recast
0 reaction