You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core: Initialize a FIL Native (aka FVM F1) EOA within the React Native app, and use it to derive encryption keys to drive an ODD Account.
Stretch: Try an Android build. This will be the last story in which we quickly see what kind of Android parity we get for free. We’ll only test Android for FIL account creation, not backup and recovery.
Rationale
What does this demonstrate about ODD?
That we can reliably and deterministically create WNFS key material from FIL key material.
How does this support hackathon participants?
Preparation for more fully featured FIL native accounts in a native mobile wallet.
Reusable code for powering other FIL native mobile wallets.
How do we measure success?
Able to send & receive FIL via the account in Collector. Sending and receiving FIL via Collector likely will not be a user facing action at the outset, but this seems like the best way to double check the validity of the EOA.
Details
We should clarify the threat model:
Propose this follow the pattern of Farcaster, where this is encrypted and backed up to iCloud, but is largely non-exportable.
At the UX level, there will be no account recovery flow.
At the code level, we need recovery on a device where the app is re-installed and the private key is retrieved from iCloud.
ETA: 2023-11-11
Related Issues
The text was updated successfully, but these errors were encountered:
Goals
Core: Initialize a FIL Native (aka FVM F1) EOA within the React Native app, and use it to derive encryption keys to drive an ODD Account.
Stretch: Try an Android build. This will be the last story in which we quickly see what kind of Android parity we get for free. We’ll only test Android for FIL account creation, not backup and recovery.
Rationale
What does this demonstrate about ODD?
How does this support hackathon participants?
How do we measure success?
Able to send & receive FIL via the account in Collector. Sending and receiving FIL via Collector likely will not be a user facing action at the outset, but this seems like the best way to double check the validity of the EOA.
Details
ETA: 2023-11-11
Related Issues
The text was updated successfully, but these errors were encountered: