···11-This will be them creating a car export with one collection in it and it holds the verification code. We tell them the
22-collection, rkey, and code to place in it11+22+make a valid CAR file and upload it
33+44+the inspection will check for:
55+66+- **Collection:** `codes.advent.challenge.day`
77+- **Record key:** `3`
88+- **Field:** `verificationCode` set to `{{code}}`
99+1010+any valid DID will do for the commit
1111+1212+(TODO: we're not checking the signature, right? are we checking CID?)
1313+1414+<form method="post" action="/day/3/upload-car" enctype="multipart/form-data">
1515+ <div class="flex items-center gap-4">
1616+ <input type="file" name="car_file" accept=".car" class="file-input file-input-bordered w-full max-w-xs" required />
1717+ <button type="submit" class="btn btn-primary">Inspect your CAR</button>
1818+ </div>
1919+</form>