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

common.js library to use across Keep Network projects #73

Closed nkuba closed 3 years ago

nkuba commented 3 years ago

The library currently define a function that pulls contract address from a Truffle's artifact that is located in node_modules.

Shadowfiend commented 3 years ago

I'm not clear on what this is "common" for. Are we introducing a dependency from other repos to local-setup?

nkuba commented 3 years ago

We use it in keep-ecdsa and tbtc migrations. Example: https://github.com/keep-network/keep-ecdsa/pull/774/commits/416c532b6a6f95c40287a0d4a0737258b49781f6 I wasn't sure if it's worth creating a separate repo, so placed it here for now. I'm open to any suggestions.