For bigger projects, it would be nice to have deploy functionality, similar to hardhat.
Basically, instead of writing individual scripts, a developer would write the deploy functions, which would execute synchronously within one API instance (instead of doing for script in ./deploy/*; do npx redspot run "$script" --no-compile; done, which would in turn connect and disconnect node API).
For bigger projects, it would be nice to have
deployfunctionality, similar to hardhat.Basically, instead of writing individual scripts, a developer would write the deploy functions, which would execute synchronously within one API instance (instead of doing
for script in ./deploy/*; do npx redspot run "$script" --no-compile; done, which would in turn connect and disconnect node API).