Hello can anyone guide me for development on some of the topics. I didn’t found any guide, examples or even I saw some I might not have noticed.
How can a smart contract(canister) deploy a freshly smart contract(canister) ?
Also another question, A canister size is limited to 4 GB for now, If I have only used 100 MB of the storage can I shrink the size to remove unused space ?
edit: I’m using rust for development.