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

Feature: add Satochip hardware wallet support #3494

Closed
wants to merge 10,000 commits into from

Conversation

Toporin
Copy link

@Toporin Toporin commented Oct 6, 2021

Feature

  • Added entry to ./changelog
  • Is this a user submitted feature request?
    • Link to issue:
  • Add test cases or procedure
  • Add PR label

Description

This is the initial pull request to integrate the Satochip hardware wallet to MyEtherWallet.

Satochip is an open-source hardware wallet based on a smartcard. Compared to the other hardware wallets on the market, Satochip has a few unique features:

  • Fully open-source: users can compile and load their own firmware easily
  • Affordable: only 25€
  • Customizable: unique illustrations can be printed on the smartcard
  • Standard: based on the javacard specification, allows for various form factors in the future (sim cards, rings, wristband, usb sticks,...)
  • Mobile ready: support NFC communications
  • Secure: private keys are stored in a Secure Element

Implementation details

For security reasons, smartcards cannot communicate directly with web applications running on a browser.
Communications between the Satochip smartcard and MEW is done through a bridge running locally on the user's computer (Satochip-Bridge). MEW sends transaction requests to the bridge via websocket on port 8397, the Bridge then forwards those requests to the smartcard and sends back the signed transactions.

More info

https://satochip.io (official website)
https://twitter.com/SatochipWallet (official Twitter account)
https://github.com/Toporin/ (official repository)
https://github.com/Toporin/SatochipApplet (satochip firmware repo)
https://github.com/Toporin/Satochip-Bridge (Satochip-Bridge repo)
https://pypi.org/project/pysatochip/ (pysatochip library)
https://t.me/Satochip (Telegram support)

gamalielhere and others added 30 commits March 3, 2021 11:36
…hub.com/ilgon-technologies/ilgon-wallet into bug/aug
@stale
Copy link

stale bot commented Apr 17, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed within 10 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale PRs or Issue that are inactive label Apr 17, 2022
@stale
Copy link

stale bot commented Apr 27, 2022

Closing because of inactivity

@stale stale bot closed this Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale PRs or Issue that are inactive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet