Content pfp
Content
@
0 reply
0 recast
0 reaction

killjoy.eth 🎩  pfp
killjoy.eth 🎩
@killjoy
After deploying my first dapp to a mainnet I'm kind of confused about what to do with the contract source code in my repo. I mean the code is immutable now so it feels weird to have it tracked in version control. What do you do? Is there a way to lock these files? This is a foundry project.
3 replies
2 recasts
13 reactions

Direct pfp
Direct
@direct
You can use tags in git. Tag the exact commit you deployed.
1 reply
0 recast
1 reaction

killjoy.eth 🎩  pfp
killjoy.eth 🎩
@killjoy
My core issue is that it’s complex to dev against deployed contracts and contracts in progress side by side. Especially with subgraphs, integration tests and front ends wired up to them.
0 reply
0 recast
0 reaction