-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
959836c
commit 9101f6a
Showing
3 changed files
with
19 additions
and
135 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# How to generate mock passport data based on your real data? | ||
|
||
- Build the app and scan your passport to log your passport data. | ||
- Copy one of the files of this folder and paste your passport data. | ||
- Adapt the `verify` function to verify it. Once this is done, adapt the `genMockPassportData` to generate a mock one. | ||
- Once the mock passport data generated is verified correctly by the same `verify` function that verifies yours, you're all set! | ||
- Run the script to generate a mock passport data and add it to `common/src/utils/mockPassportData.ts` | ||
- Do a PR | ||
- DM us to collect your bounty! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters