Code Installation on Canister

I am trying to install my code into the cycles wallet , which i have already loaded with cycles , but when i am trying to install my code into the cycles wallet that i have created on my internet identity , it says access denied. And the Module hash stays as None .

Can somebody Help with the latest update for installing the code into the cycles wallet so that i can deploy my canister onto mainnet

Have you tried running dfx identity --network ic deploy-wallet <target canister>? This should install the cycles wallet code in the canister and configure that canister as that identity’s wallet

Thanks , This has Worked

1 Like