Skip to content

ravi-sawlani-yral/hot-or-not-backend-canister

 
 

Repository files navigation

HotOrNot Backend Canisters

Verifying builds

To get the hash for canisters:

  • Get the canister IDs from canister_ids.json.

  • Get hash using the DFX SDK by running: dfx canister info <canister-id> --network=ic.

  • The output of the above command should contain Module hash followed up with the hash value. Example output:

    $ > dfx canister info vyatz-hqaaa-aaaam-qauea-cai --network=ic
    
    Controllers: 7gaq2-4kttl-vtbt4-oo47w-igteo-cpk2k-57h3p-yioqe-wkawi-wz45g-jae
    wwyo5-vrahh-jwa74-3m6kj-jqbia-jbebm-7vtyd-uvqem-wk3zw-djpci-vqe
    Module hash: 0x98863747bb8b1366ae5e3c5721bfe08ce6b7480fe4c3864d4fec3d9827255480
    

To get the hash for canister deployment:


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 97.9%
  • Shell 2.0%
  • Nix 0.1%