Skip to content

Releases: Toporin/Satochip-Bridge

[beta] Satochip-Bridge v0.5.3 (support WalletConnect & Satochip-Keyring v0.3.0)

20 Sep 20:38
Compare
Choose a tag to compare

This is a beta-release, latest stable release is v0.3.2

Satochip-Bridge allows communication between a (wallet) client and a Satochip hardware. It requires a Satochip smartcard loaded with the Satochip javacard applet v0.12 (or earlier). If 2FA is enabled, the 2FA app should be installed on an android device.

New in Satochip-Bridge v0.5.0:

  • Support for WalletConnect in menu: connect to Metamask or any Dapps with WalletConnect using the link provided by the Dapp.
  • Updated support for (Metamask) Satochip-Keyring v0.3.0, including EIP712 & EIP1559 support and better UX.
    New in Satochip-Bridge v0.5.3:
  • bug fixes
  • Add option to check card authenticity in 'about' menu

Distributables are available for Windows (.exe) and Linux/Ubuntu (.AppImage). The 'console.exe' version for windows includes a console with the logs for debugging purpose. Use the '-v' flag for verbose logs. Communication between the client wallet and the bridge is done through websocket on port 8397. On Windows, you may be prompted by the OS (firewall) to allow communication on port 8397.

The Satochip-Bridge is currently in Beta, so use with caution! This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

[deprecated] Satochip-Bridge v0.5.0 (support WalletConnect & Satochip-Keyring v0.3.0)

21 Jul 19:46
Compare
Choose a tag to compare

Warning: this is a beta-release, latest stable release is v0.3.2

Satochip-Bridge allows communication between a (wallet) client and a Satochip hardware. It requires a Satochip smartcard loaded with the Satochip javacard applet v0.12 (or earlier). If 2FA is enabled, the 2FA app should be installed on an android device.

New in Satochip-Bridge v0.5.0:

  • Support for WalletConnect in menu: connect to Metamask or any Dapps with WalletConnect using the link provided by the Dapp.
  • Updated support for (Metamask) Satochip-Keyring v0.3.0, including EIP712 & EIP1559 support and better UX.

Distributables are available for Windows (.exe) and Linux/Ubuntu (.AppImage). The 'console.exe' version for windows includes a console with the logs for debugging purpose. Use the '-v' flag for verbose logs. Communication between the client wallet and the bridge is done through websocket on port 8397. On Windows, you may be prompted by the OS (firewall) to allow communication on port 8397.

The Satochip-Bridge is currently in Beta, so use with caution! This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

[Deprecated] Satochip-Bridge v0.4.0 (support WalletConnect)

24 May 08:05
Compare
Choose a tag to compare

This beta release is deprecated - do not use!
The latest beta release is v0.5.0, the latest stable release is v0.3.2

Satochip-Bridge allows communication between a (wallet) client and a Satochip hardware. It requires a Satochip smartcard loaded with the Satochip javacard applet v0.12 (or earlier). If 2FA is enabled, the 2FA app should be installed on an android device.

New in Satochip-Bridge v0.4.0:

  • Support for WalletConnect in menu: connect to Metamask or any Dapps with WalletConnect using the link provided by the Dapp.

Distributables are available for Windows (.exe) and Linux/Ubuntu (.AppImage). The 'console.exe' version for windows includes a console with the logs for debugging purpose. Use the '-v' flag for verbose logs. Communication between the client wallet and the bridge is done through websocket on port 8397. On Windows, you may be prompted by the OS (firewall) to allow communication on port 8397.

The Satochip-Bridge is currently in Beta, so use with caution! This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Satochip-Bridge v0.3.2 (better error handling)

12 Jul 14:23
Compare
Choose a tag to compare

Satochip-Bridge allows communication between a (wallet) client and a Satochip hardware. It requires a Satochip smartcard loaded with the Satochip javacard applet v0.12 (or earlier). If 2FA is enabled, the 2FA app should be installed on an android device.

New in Satochip-Bridge v0.3.2

  • Better error handling when card is removed or when a request is rejected or in case of timeout
  • Support for Satochip v0.12
  • possibility to select 2FA server in menu '2FA options'. This can be useful if the default cosigner server used to transmit requests is down.
  • Option to generate a QR code from 2FA secret (to scan in 2FA android app)
  • various minor patches

Distributables are available for Windows (.exe) and Linux/Ubuntu (.AppImage). The 'console.exe' version for windows includes a console with the logs for debugging purpose. Use the '-v' flag for verbose logs. Communication between the client wallet and the bridge is done through websocket on port 8397. On Windows, you may be prompted by the OS (firewall) to allow communication on port 8397.

The Satochip-Bridge is currently in Beta, so use with caution! This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Satochip-Bridge v0.2.7-0.11.2 (support for offline 2FA reset)

09 May 06:39
Compare
Choose a tag to compare

Satochip-Bridge allows communication between a (wallet) client and a Satochip hardware. It requires a Satochip smartcard loaded with the Satochip javacard applet v0.11 (or earlier). If 2FA is enabled, the 2FA app should be installed on an android device.

Satochip-Bridge v0.2.7-0.11.2 adds the possibility to disable 2FA offline (without using the android app). This can be useful if the Android app is unavailable or if the (electrum cosigner server used to transmit requests) is down. **To reset 2FA on card: **

  • Insert card in card reader
  • Launch the Satochip-Bridge client
  • A Satochip icon (green or red gingko leaf) should appear in the Windows/Linux system tray
  • Right-click (Windows) or click (Linux) on the icon
  • (You can check the current status of your card by clicking on 'About')
  • Select '2FA options' then click on 'Reset 2FA from 2FA-secret backup'
  • Follow instructions: you will have to provide the 2FA-secret (40-hex characters) and PIN code
  • (Note that resetting 2FA will reset the seed first!)
  • (You can check the status of your card by clicking on 'About' to confirm that 2FA has been disabled)

The MyCrypto-Satochip wallet (https://github.com/Toporin/MyCrypto) can be used with Satochip-Bridge to connect to a Satochip for signing messages and transactions. Always use the latest release of MyCrypto-Satochip with the latest release of Satochip-Bridge to ensure compatibility.

Distributables are available for Windows (.exe) and Linux/Ubuntu (.AppImage). The 'console.exe' version for windows includes a console with the logs for debugging purpose. Use the '-v' flag for verbose logs. Communication between the client wallet and the bridge is done through websocket on port 8397. On Windows, you may be prompted by the OS to allow communication on port 8397.

The Satochip-Bridge is currently in Beta, so use with caution! This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Satochip-Bridge v0.2.6-0.11.2

08 Jul 12:25
Compare
Choose a tag to compare
Pre-release

Satochip-Bridge allows communication between a (wallet) client and a Satochip hardware. It requires a Satochip smartcard loaded with the Satochip javacard applet v0.11 (or earlier). If 2FA is enabled, the 2FA app should be installed on an android device.

The MyCrypto-Satochip wallet (https://github.com/Toporin/MyCrypto) can be used with Satochip-Bridge to connect to a Satochip for signing messages and transactions. Always use the latest release of MyCrypto-Satochip with the latest release of Satochip-Bridge to ensure compatibility.

Distributables are available for Windows (.exe) and Linux/Ubuntu (.AppImage). The 'console.exe' version for windows includes a console with the logs for debugging purpose. Use the '-v' flag for verbose logs. Communication between the client wallet and the bridge is done through websocket on port 8397. On Windows, you may be prompted by the OS to allow communication on port 8397.

The Satochip-Bridge is currently in Beta, so use with caution! In this phase, it is recommended to use the software on the testnet only. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Satochip-Bridge v0.1.0-0.10

23 Apr 22:10
Compare
Choose a tag to compare
Pre-release

Initial release for the Satochip-Bridge that allows communication between a client and a Satochip hardware. It requires a Satochip smartcard loaded with the Satochip javacard applet v0.10. If 2FA is enabled, the 2FA app should be installed on an android device.

The Satochip-Bridge is currently in Beta, so use with caution! In this phase, it is recommended to use the software on the testnet only. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.