Skip to content

yral-dapp/hot-or-not-dapp

 
 

Repository files navigation

HotOrNot DApp

Repository containing the frontend of the hotornot.wtf app.


To Verify frontend build

To get the hash for the webclient canister:

  • Get the canister ID of the webclient from canister_ids.json.

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

    (<canister-id> for webclient is vyatz-hqaaa-aaaam-qauea-cai)

  • 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 webclient canister deployment: