Ledger Wasm Too Big

This step was missing from the installation instructions:

Configure your replica to run a `System` subnet. Modify `dfx.json` to include:
     {
       "defaults":{
         "replica": {
           "subnet_type":"system"
         }
       }
     }

Adding it ASAP.

3 Likes