Encode-Club-Solidity-Foundations / Lesson-01

21 stars 14 forks source link

CI/CD best practices for Smart contracts #17

Open kylhgr opened 1 year ago

kylhgr commented 1 year ago

What considerations should I be aware of when using CI/CD pipelines to update smart contracts?

MatheusDaros commented 1 year ago

Hello @kylhgr Thanks for the question. It depends a lot in your project requirements. After all, what will you be using CI/CD for? Deploying contracts? Publishing the changes in the ABI inside other services? Triggering updates? It could vary a lot.