yarn start:contract
should auto-check chain blocks before starting
#65
Labels
enhancement
New feature or request
Currently, we ask devs to use
yarn docker:logs
to manually check whether chain is up and running and producing blocks before runningyarn start:contract
. This should be automated. Here are two possible solutions:yarn start:docker
, wait for a few (how many?) of blocks to be produced before exiting. I see that there is alreadyin
run-chain.sh
. That's probably not enough?2. At the start of
yarn start:contract
, wait for a few (how many?) of blocks to be produced before we start bundling/installing the contract.A similar change should also be made to
dapp-offer-up
.The text was updated successfully, but these errors were encountered: