-
Notifications
You must be signed in to change notification settings - Fork 19
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
auto-install dependencies if not installed #174
Comments
I'd love to work on this. I'm not familiar with the
|
Hi @floor-licker, go for it! But here is what it entails. DependenciesMoccasin has it's own sort of smart contract dependencies that can be git or pypi based. You can see the dependencies docs here: https://cyfrin.github.io/moccasin/core_concepts/dependencies.html When you run:
It should essentially do: # Check for dependencies, if not installed, install them with `mox install`
mox build Let me know if that does or doesn't make sense. |
Presently when calling
which seems to suggest that there might already be some build functionality within the logic of the |
I should be able to run:
or
And it installs deps if they are not installed.
The text was updated successfully, but these errors were encountered: