dfinity / linkedup

An open professional network.
https://sdk.dfinity.org
Apache License 2.0
154 stars 43 forks source link

Using upper case output for the CRC #32

Closed letmejustputthishere closed 4 years ago

letmejustputthishere commented 4 years ago

Seems like a lowercase CRC suffix for the canister ID leads to problems when trying to follow the url. It should probably be uppercase by default.

letmejustputthishere commented 4 years ago

closes #29

enzoh commented 4 years ago

Hey guys! Just so you know this will go away later today or Thursday when we release 0.5.8. You can now do dfx canister id linkedup and it will print ic:1A2B3C4D.... No need for messy Python scripts.

letmejustputthishere commented 4 years ago

Great to hear! I saw Yan just clicking the output of the ID from dfx after calling ‘dfx canister install‘ in his terminal during the workshop – will this work too?

enzoh commented 4 years ago

Yes it will! dfx canister id <canister_name> is more useful for scripting.