warden-protocol / wardenprotocol

Monorepo for the Warden Protocol.
https://wardenprotocol.org
Apache License 2.0
1.1k stars 112 forks source link

[Basic][Evmos] Add deployment scripts for the contracts #1012

Closed artur-abliazimov closed 5 days ago

Pitasi commented 3 weeks ago

in this case the contracts = the Factory contract, right?

I agree that we need some tooling around Solidity contracts, equivalent to the just compile and just localnet deploy-contract commands

mn13 commented 3 weeks ago

in this case the contracts = the Factory contract, right?

Yes, you're right

artur-abliazimov commented 3 weeks ago

in this case the contracts = the Factory contract, right?

I agree that we need some tooling around Solidity contracts, equivalent to the just compile and just localnet deploy-contract commands

Yes, since we decided to use foundry as a dev environment this will be a forge script to deploy the Factory and maybe a couple of other scripts to maintain/manage it.