Content pfp
Content
@
https://opensea.io/collection/evm-6
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?
3 replies
1 recast
9 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
5 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

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