Child canister IDL/.did file generation from parent canister #3640
Gekctek
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now there is a lack of did/js/ts file generation for child canisters/actor classes and requires manual scripting.
If I have an actor class/child canister deployed from another canister, I want that did/client files generated so that my frontend can communicate with the child canister.
I have been discussing with the Motoko team on how to handle this, but unclear the route it should go
dfinity/motoko#4422
Here is my script to do it manually
https://github.com/edjCase/daoball/blob/37783516b61002b63a9f3115926ea43d51cbd89f/Makefile
Beta Was this translation helpful? Give feedback.
All reactions