Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Stephan pfp
Stephan
@stephancill
just looked at a 3 year old project of mine – oh how times have changed frontend - create-react-app - ethers - didn't know how to monorepo - *.module.css - wagmi just for generating hooks for the contracts smart contracts are maybe even more interesting - hardhat - ethers - ethereum-waffle - typechain - chai
2 replies
0 recast
26 reactions

Steve pfp
Steve
@stevedylandev.eth
Hardhat + ethers was rough man 😭 Want to believe Hardhat can make a comeback in V3 but not holding my breath.
2 replies
0 recast
6 reactions

Greg pfp
Greg
@greg
I still pick hardhat sometimes when i know i’ll want to write tests in js, it works pretty well with viem
1 reply
0 recast
3 reactions

Stephan pfp
Stephan
@stephancill
do you have a specific use case for writing tests in js? i used to prefer js for the longest time until i tried foundry and never looked back
1 reply
0 recast
1 reaction

Greg pfp
Greg
@greg
kinda like an integration test when the contract depends on a certain type of proof that is generated from a js library https://github.com/gskril/private-delegate-statements/blob/main/apps/contracts/test/DelegatePools.test.ts
1 reply
0 recast
2 reactions

Stephan pfp
Stephan
@stephancill
oh yeah gotcha - totally makes sense the js expressiveness/flexibility one thing i miss when using foundry
0 reply
0 recast
0 reaction