-
Which canister IDs should I use to set up the Some context: I prefer to install any third-party canisters as part of the same build step as my own canisters. For Internet Identity, this means I have the following in my "internet_identity": {
"type": "custom",
"wasm": "result/remote/internet_identity/internet_identity_dev.wasm",
"candid": "result/remote/internet_identity/internet_identity.did",
"remote": {
"id": {
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai"
}
} I'd like to do the same for NFID but don't know the canister IDs. For this use case it seems unnecessary so I raised that here: dfinity/sdk#2216 (comment) Edit: Perhaps this approach isn't really feasible since the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think I can probably use the "install arbitrary Wasm into canisters" feature to do this instead. |
Beta Was this translation helpful? Give feedback.
-
@paulyoung But all the requests go through our frontend because just about all calls must be authenticated - is your goal to streamline local development? |
Beta Was this translation helpful? Give feedback.
@paulyoung
identity_manager
:bryxc-zqaaa-aaaal-aajga-cai
pub_sub_channel
:iyvpb-uqaaa-aaaag-qabxa-cai
But all the requests go through our frontend because just about all calls must be authenticated - is your goal to streamline local development?