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

Refactor installation to use npm links and updated module's install scripts #76

Closed nkuba closed 3 years ago

nkuba commented 3 years ago

The installation scripts can work with npm links instead of providing addresses of dependent external contracts in files like external.js.

Artifacts directory is created in installation script so we don't need to create it in the scripts in local-setup.

This code depends on couple of other PRs in the modules: