Skip to content
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

Wallet #3443

Open
usagi32 opened this issue Feb 28, 2025 · 0 comments
Open

Wallet #3443

usagi32 opened this issue Feb 28, 2025 · 0 comments

Comments

@usagi32
Copy link
Contributor

usagi32 commented Feb 28, 2025

We need a proper wallet before the mainnet for user friendliness. Other than being too primal, our current approach for one is quite wrong, a browser extension shouldn't be a full node, rather it should only store block headers or be a stateless client storing just the latest hash and rely on trusted full nodes.

Deliverables in a separate repo

  • A backend rust library
  • A minimal but proper ui maybe in typescript for the most part
  • A bridge like foreign function interface or wasm

This will be used for

  • web extension wallet
  • mobile wallet
  • Desktop wallet (although a desktop wallet can store full blocks there should still be a option for clients to prune them) with a ui in something like electron.
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

No branches or pull requests

1 participant