Official Website|Discord | Twitter Follow
CoolWallet Pro Firmware is a Javacard firmware designed specifically for the CoolWallet Pro. It offers advanced features for private key management, signing, and transaction data composition. The firmware focuses on developing a secure element solution using Java Card technology to ensure a high level of security for cryptographic operations and the protection of sensitive data.
- Private key management: Safely store and manage private keys within the secure element of the CoolWallet Pro.
- Signing: Perform secure and verifiable digital signatures for transactions and authentication purposes.
- Transaction data composition: Generate and compose transaction data in a secure manner, ensuring data integrity and confidentiality.
The CoolWallet Pro Firmware prioritizes security and privacy to protect users' digital assets. It leverages the advanced security features of Java Card technology, providing a robust and tamper-resistant environment for cryptographic operations. With the CoolWallet Pro Firmware, users can have confidence in the confidentiality, integrity, and authenticity of their transactions and sensitive data.
- Blake2b
- HmacSha
- Sha2
- Sha3
- Ripemd
- Ed25519
- Secp256k1
- Curve25519
- Bip32-Ed25519 (Cardano Signature)
To successfully build and set up the development environment for this project on Windows, please follow the instructions below:
- JDK 8 (64-bit)
After installing Java, it is essential to set up environment variables on your Windows computer.
JAVA_HOME
: Set the path to the JDK installation directory.PATH
: Add the following paths to the system'sPATH
variable:%JAVA_HOME%\bin
To ensure a smooth compilation process, it is recommended to have the following programs and versions installed:
- Eclipse Luna
- JCOP_Tools_5.32.0.4
- Download the JCOP Tools installation package and save it to a directory of your choice.
- Launch Eclipse IDE.
- From the menu bar, go to Help > Install New Software.
- In the Install dialog, click on Add to add new features.
- In the Add Site dialog:
- Provide a descriptive name, such as 'NXP JCOP Tools'.
- If you have unpacked the JCOP Tools package, select Local... and navigate to the root folder of JCOP Tools.
- If JCOP Tools is a ZIP file, select Archive... and navigate to the ZIP file.
- Restart Eclipse to complete the installation.
- Open Eclipse and navigate to File > New > Java Card Project.
- Choose the appropriate wizard:
- Create a Java Card project.
- Select the licensed JCOP: JCOP_Tools_activation_workspace.
To install the project, please follow the steps below:
Clone the repository by running the following command in your terminal or command prompt:
git clone [email protected]:CoolBitX-Technology/coolwallet-pro-se.git
Initialize and update the submodule by running the following commands:
$ git submodule init
$ git submodule update
Run the installation script by executing the following command:
$ cd coolwallet-pro-se-crypto
$ javac Installation.java
$ java Installation
Note: The Crypto Library is an internal library provided by CoolBitX, offering a range of encoding and digital signature algorithms.
After executing the Installation
script, proceed with the following steps in Eclipse:
- Click on Project > Clean.
- Check the box for Clean projects selected below.
- Select CoolWalletS_3rd project.
- Check the box for Start a build immediately.
- Check the box for Build only the selected projects.
Upon successful build completion, the coolbitx.cap
file will be generated in the following location: \coolwallet-pro-se\bin\coolbitx\javacard
.
This project is licensed under the CoolBitX Limited Use License.
If you discover any security vulnerabilities, please contact [email protected] For more details, refer to the Bounty Project. Do not disclose the content directly on public forums.
Feel free to contact us for any inquiries or support.