keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Update call from install-tbtc.sh to keep-ecdsa/scripts/initialize.sh #65

Closed beaurancourt closed 3 years ago

beaurancourt commented 3 years ago

Prior to 0d9369ee4e398ee768d504605ee0606f5a4b57b4 in keep-ecdsa the initialization script operated by passing in command-line prompts via read. The aforementioned commit got rid of those in favor of argument flags, so we use those here.

tagging @Shadowfiend or @dimpar for review