feat: specify id when provisional create canister#3021
Conversation
|
Any plans to support configuring a CID in dfx.json? |
This is very welcome for setting up ledger, cmc or II locally. Currently it's quite a hassle. |
@LiveDuo Could you give "configuring a CID in dfx.json" is on our plan. It will firstly be in the upcoming |
When it deploys the ledger canister who gets the initial distribution of the ICP? PS: out of curiosity what's the |
|
You can specify the accounts as below: Line 17 in 900f9f0
|
|
Thanks. Ideally The |
Close SDK-803
Description
When create canister on non-mainnet replica, you can now specify the canister ID.
dfx canister create <CANISTER_NAME> --specified-id <PRINCIPAL>dfx deploy <CANISTER_NAME> --specified-id <PRINCIPAL>Other changes
Cargo.tomlfiles. The frontend canister is updated accordingly.How Has This Been Tested?
e2e
Checklist: