Content pfp
Content
@
0 reply
0 recast
2 reactions

jacob pfp
jacob
@jacob
What's your smart contract deployment workflow? What are your go-to starter repo's or favorite resources?
4 replies
1 recast
10 reactions

horsefacts pfp
horsefacts
@horsefacts.eth
I’m a big fan of Foundry scripts and @0age’s ImmutableCreate2Factory. We use a custom base script that handles loading config, registering deployments, and performing post deploy tests/setup. Been meaning to extract it as a separate tool: https://github.com/farcasterxyz/contracts/blob/main/script/DeployL2.s.sol
0 reply
0 recast
6 reactions

maurelian  pfp
maurelian
@maurelian.eth
Forge scripts The foundry book
1 reply
0 recast
2 reactions

Joaquim Verges pfp
Joaquim Verges
@joaquim
npx thirdweb deploy That's it. That's all you need. No scripting, no RPC, no hardcoded private key anywhere. Works with any foundry or hardhat project. https://portal.thirdweb.com/deploy
0 reply
0 recast
3 reactions

Bobby Bah pfp
Bobby Bah
@bbah
forge scripts
0 reply
0 recast
0 reaction