zeppelinos/zos-cli

Add a function to truffle-contract to create a new proxy

spalladino opened this issue · 0 comments

Most users are used to creating new instances of a contract by running MyContract.new(), where MyContract is a truffle-contract wrapper of their contract. We may want to consider extending MyContract with a .newProxy() function that reads info from the zos.network.json file to create a new proxy instead of a new full-blown contract.