Skip to content

Setting up Account, ChildAccount, KeyProtocol, StorageProtocol modules #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 45 commits into
base: flow-kmm
Choose a base branch
from

Conversation

lealobanov
Copy link
Contributor

@lealobanov lealobanov commented Apr 7, 2025

Ready for review:

  • KeyProtocol
  • StorageProtocol
HardwareBackedStorage ↔ SecureEnclave
SecureStorage ↔ KeychainStorage
StandardStorage ↔ FileSystemStorage
InMemoryStorage ↔ In-memory storage in iOS
  • Cacheable interface for storage protocols
  • Error messaging (previously all Android errors threw WalletCoreException)
  • ChildAccount.kt
  • Account.kt: placeholder missing methods getChildMetadata, getEVMAddress; looks like need to be added to flow-kmm
  • COA.kt: placeholder missing methods; missing scripts + configuration of the Cadence scripts API needed on flow-kmm
  • Setup key indexer API network connection
  • Setup wallet types
  • Setup BackupProtocol with seed phrase and device backup. Setup placeholder implementation for the cloud backup methods.
  • Setup fetching account balances for FT and NFTs on Flow and EVM accounts
  • Updates to existing tests + add new

@lealobanov lealobanov changed the title Setting up Account, ChildAccount, KeyProtocol modules Setting up Account, ChildAccount, KeyProtocol, StorageProtocol modules Apr 7, 2025
@lmcmz
Copy link
Contributor

lmcmz commented Apr 16, 2025

Let's change the package name from io.outblock.wallet.* to com.flow.wallet.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants