Michael Pfister pfp
Michael Pfister
@pfista
dipping my toes into solidity development Is truffle/ganache the go to for local development and testing?
14 replies
0 recast
0 reaction

timdaub pfp
timdaub
@timdaub.eth
foundry
1 reply
0 recast
0 reaction

Matt Solomon pfp
Matt Solomon
@msolomon.eth
This is the right answer, best dev experience by far
1 reply
0 recast
0 reaction

Michael Pfister pfp
Michael Pfister
@pfista
Is Hardhat > Truffle, if I had to pick one of those? I do want to write my tests in Typescript and it seems like Foundry could be a steeper learning curve for testing and deployment.
2 replies
0 recast
0 reaction

Kuririn pfp
Kuririn
@kuririn
Not at all, there is not that much to learn and writing tests is much faster using Solidity directly. Fuzz testing is a big plus too.
0 reply
0 recast
0 reaction

Matt Solomon pfp
Matt Solomon
@msolomon.eth
The foundry learning curve isn’t too bad, and you’ll learn solidity much faster by writing tests in it Truffle isn’t widely used anymore, so def hardhat > truffle There’s also Ape if you’re into writing tests in python. (Heard good thing, never used it though)
0 reply
0 recast
0 reaction