I’m wondering how calls to the management-canister can be achieved from a local development environment… Is it, similar to internet identity, necessary to compile and deploy the management-canister locally to use it? Or is the idea to connect to the “real” productive management-canister on IC from local?
Background of the question is that we want to test locally the creation of new canisters from an existing canister…
The management canister is a virtual canister - it isn’t really there, the replicas just interpret those calls the right way. Therefore you don’t have to install it. It’s part of the runtime so to speak.