
✨ Weekly #Motoko tip ✨
Actor classes are a neat feature in Motoko used to fabricate #canisters with given initial parameters.
But when one has to upgrade an army of such canisters, a special tool is needed:
(system Module.Class)(#upgrade ...)(args)
This allows upgrading/reinstalling and deleting those canisters in a convenient way.
Learn more about actor classes: internetcomputer.org/docs/motoko/ma…
English
