You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping to find an example of doing cross-project canister calls (similar to LinkedUp but where the calls are in different projects instead of different canisters in the same project. @alexabsmith thought you might have an example of something like that. I don't see one, but maybe it is in a separate branch or something, so I figured I would reach out just in case.
The text was updated successfully, but these errors were encountered:
lsgunnlsgunn
changed the title
Looking fora cross-project call example
Looking for a cross-project call example
Nov 25, 2020
Hello! For sure. We made changes to two major files in regards to the cross-project canister calls. In src/asset_storage_assets/public/index.jsx we have a front end call to connections_vids() on line 128. Furthermore, in src/asset_storage_rs/lib.rs, we have the setup for the inter canister calls (Iines 14/15) and a few function calls (get_profile(), get_connections(), connection_vids()). Hope this helps answer your question and please feel free to ask us if you need any further clarifications.
I was hoping to find an example of doing cross-project canister calls (similar to LinkedUp but where the calls are in different projects instead of different canisters in the same project. @alexabsmith thought you might have an example of something like that. I don't see one, but maybe it is in a separate branch or something, so I figured I would reach out just in case.
The text was updated successfully, but these errors were encountered: