Skip to content

[Frontend] Offline credential wallet with local verification #398

Description

@Penielka

Overview

Learners should access and verify their credentials offline. Build a client-side wallet that stores credentials locally, verifies signatures locally, and syncs when back online.

Acceptance Criteria

  • Credentials stored and displayed offline
  • Local signature verification without a server round-trip
  • Sync with on-chain state when connectivity returns
  • Tamper-evident storage for local credentials
  • Export/import of the wallet (backup and restore)

Files to Modify

  • frontend/src/lib/wallet/ — local credential wallet
  • frontend/src/components/wallet/ — wallet UI
  • frontend/src/utils/offlineDB.ts — storage layer
  • backend/src/routes/credentials/sync.ts — sync endpoint

Priority: Medium

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardThird CampaignCampaign: Third Campaign

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions