Closed artur-abliazimov closed 5 days ago
in this case the contracts = the Factory contract, right?
Yes, you're right
in this case the contracts = the Factory contract, right?
I agree that we need some tooling around Solidity contracts, equivalent to the
just compile
andjust 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.
in this case the contracts = the Factory contract, right?
I agree that we need some tooling around Solidity contracts, equivalent to the
just compile
andjust localnet deploy-contract
commands