polywrap / wrap-cli

Used to create, build, and integrate wraps.
https://polywrap.io
MIT License
170 stars 52 forks source link

Ethereum module to deploy contracts with the deployment pipeline #1031

Open krisbitney opened 2 years ago

krisbitney commented 2 years ago

It would be great to be able to add smart contracts to the deployment pipeline, simplifying the deployment process during testing for projects like the SimpleStorage wrapper.

cbrzn commented 2 years ago

I think we can create an ethereum folder inside of cli/src/lib/defaults/deploy-modules and implement the logic of contract deployment there. Then we would be able to just add the deployContracts step in the deploy manifest. Just thinking out loud here :-D