Hello,
I deployed my first dapp with this static content but burn 6 TC (trillion cycles). is it expensive not ? what did i make wrong ?
Hello,
I deployed my first dapp with this static content but burn 6 TC (trillion cycles). is it expensive not ? what did i make wrong ?
dfx
uses 3TC by default to create a new canister. If you want to create canisters with a different amount you can use e.g. --with-cycles 1TC
.