-
Notifications
You must be signed in to change notification settings - Fork 85
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
Feature: Download canister .did and .most #3709
Comments
To get it from deployed canisters: If you want to make it everything explicit and scriptable, I encourage you to try |
OK, Also, the following demonstrates that
|
|
This doesn't seem to be an issue with Rust CDK but rather with general development using dfx. |
Please add a command to download canister's
.did
and.most
.Currently I do my code hacky:
I want to use
moc --stable-compatible
explicitly to avoid hacks, what is possible only when I get direct access to such canister data.The text was updated successfully, but these errors were encountered: