-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ethPM #175
Labels
enhancement
New feature or request
Comments
per devcon conversation, the current proposed uri format:
|
Merged
The more I think about this, it's not the best approach:
My new, simpler idea:
I think this will be more understandable to users, and it will be much simpler to generate packages from projects that use dependencies. UPDATE: old approach removed in 36f0ec5 |
4 tasks
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...because it's awesome.
Proposed Functionality
Deployment Interaction:
Contract
objectProject
from the entire manifest, includingContract
objects for deployed contractsRegistry Interaction:
Project integration:
brownie ethpm install [uri]
contracts/
directorybuild/packages.json
, warn the user loudly when source in an installed package has been modifiedBonus points:
pm.eth-brownie.eth
Useful Links
web3.py
: package manager / ethPMThe text was updated successfully, but these errors were encountered: