dfinity / linkedup

An open professional network.
https://sdk.dfinity.org
Apache License 2.0
154 stars 43 forks source link

Bug: Importing a canister to another canister. #80

Open aginamena opened 1 year ago

aginamena commented 1 year ago

I'm currently using node version 16.18.1 and dfx version 0.9.3.

the import statement in linkedup Motoko file creates an error (import Connectd "canister:connectd"

Error statement: Canister Connectd isn't defined.

I wonder if there's another way to import an actor from one canister to another actor in another canister.