ethpm / py-ethpm

This library is deprecated. ethPM python tooling is now located in web3.py
MIT License
24 stars 13 forks source link

Implement Deployments.get_contract_instance #73

Closed njgheorghita closed 6 years ago

njgheorghita commented 6 years ago

What was wrong?

get_contract_instance for a deployed contract in a Deployments object wasn't implemented

How was it fixed?

Wrote Deployments.get_contract_instance(contract_name) that:

Cute Animal Picture

image

njgheorghita commented 6 years ago

Ready to merge once a new web3.py release is cut