I have an actor class with arguments.
What is the best way to initialize the canister from this actor class, passing arguments?
dfx.json+dfx deploydoes not work, because I don’t know any method to pass actor class arguments todfx deploy- Creating an additional argument-less canister only to create from it this canister is too resource wasteful and awkward.
- I don’t know how to use
dfx install(what exactly does it do? candfx deploybe replaced by it?) and whether it can be a solution.