sean
@swabbie.eth
exp. with Foundry recently, and it's cool, but I'm a bit confused as to why testing in Solidity is preferred when it's highly likely interactions w/ your contract will need to use JS/TS anyway. 3P apps call your contract directly via frontend or they have a contract that calls your contract that itself uses a frontend
5 replies
0 recast
0 reaction
TQ
@tylerquinn
Test contract functionality and security in Solidity, test the frontend with js/ts. I’ve done both but once I used Foundry I never wanted to go back to testing my contracts with js
0 reply
0 recast
0 reaction