Skip to content
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

Looking for a cross-project call example #1

Open
lsgunnlsgunn opened this issue Nov 25, 2020 · 1 comment
Open

Looking for a cross-project call example #1

lsgunnlsgunn opened this issue Nov 25, 2020 · 1 comment

Comments

@lsgunnlsgunn
Copy link
Collaborator

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.

@lsgunnlsgunn lsgunnlsgunn changed the title Looking fora cross-project call example Looking for a cross-project call example Nov 25, 2020
@rushil-kapadia
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants