Skip to content

Commit

Permalink
Canister IDs are uucaused hex
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Feb 10, 2020
1 parent cbbbfba commit 94404ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker run \

Open the canister frontend in your web browser.
```bash
ID=$(xxd -p canisters/profile/_canister.id)
ID=$(xxd -u -p canisters/profile/_canister.id)
CRC=$(python2 -c "import crc8;h=crc8.crc8();h.update('$ID'.decode('hex'));print(h.hexdigest())")
xdg-open "http://127.0.0.1:8000/?canisterId=ic:$ID$CRC"
```

0 comments on commit 94404ae

Please sign in to comment.