Content
@
0 reply
0 recast
2 reactions
six
@six
How do you get over anxiety around deploying contracts that handle people's money while also not being able to get audited?
14 replies
20 recasts
60 reactions
Deployer
@deployer
the #1 thing most important thing before deploying a mission critical contract is to write unit tests for every piece of code in the contract. if it interacts with live contracts i run fork tests against the actual chain. i also use the transparent proxy pattern in case there is an issue and an upgrade is required.
0 reply
0 recast
0 reaction