OKX Wallet version history - 3 versions
OKX Wallet by OKX
OKX Wallet version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.6
Released Apr 11, 2025 - 1.18 MBWorks with firefox 58.0 and laterOKX Global Terms and Conditions
1. Introduction
Welcome to OKX, a cryptocurrency wallet supporting BTC, ETH, Solana, and other digital assets. By accessing and using OKX, you agree to these Terms and Conditions ("Terms"). Please read them carefully.- Definitions
"OKX": The cryptocurrency wallet application and its associated services.
"User": Any individual or entity using OKX.
"Data": Information provided by the User, including but not limited to personal, transactional, and technical details. - Acceptance of Terms
By using OKX, you accept these Terms. If you do not agree, discontinue using OKX. - Data Collection and Usage
4.1 Purpose of Data Collection: To enhance security, OKX collects, stores, and processes specific user data. This includes transaction details, IP addresses, and device information.
4.2 Transmission to Servers: OKX transmits data to secure servers for the following purposes:
Fraud prevention.
Real-time transaction verification.
Security audits and compliance with applicable laws.
4.3 Encryption: All data sent to the server is encrypted using industry-standard protocols to ensure confidentiality. - User Consent
By using OKX, you provide explicit consent for:
The collection and processing of your data.
The transmission of data to OKX servers as outlined in Clause 4.2.
6. Data Security
OKX uses advanced security measures, including but not limited to:
End-to-end encryption.
Multi-factor authentication.
Regular audits for vulnerabilities.
7. Limitation of Liability
Losses resulting from unauthorized access caused by user negligence (e.g., sharing private keys).
Third-party failures beyond OKX's control.
8. User Responsibilities
8.1 Account Security: Users are responsible for maintaining the confidentiality of their private keys and passwords.
8.2 Compliance: Users must ensure compliance with local laws regarding cryptocurrency use.
9. Updates to Terms
OKX reserves the right to update these Terms. Users will be notified of changes via email or app notifications.- Governing Law
These Terms are governed by the laws of [Jurisdiction], excluding its conflict-of-law provisions. - Contact Information
For questions or concerns, please contact support@OKX.io.
Additional Security Clause
Data Transmission for Enhanced Security: By using OKX, you agree that anonymized and encrypted transactional data may be periodically transmitted to our servers to:
Detect and mitigate unauthorized access attempts.
Strengthen wallet security algorithms.
OKX ensures that this data cannot be used to trace back to any individual or account directly without lawful authorization.Source code released under All Rights Reserved
Download Firefox and get the extensionYou'll need Firefox to use this extension- Definitions
Older versions
Version 1.4
Released Apr 1, 2025 - 124.93 KBWorks with firefox 58.0 and laterSource code released under All Rights Reserved
Version 1.2
Released Mar 3, 2025 - 83.93 KBWorks with firefox 58.0 and laterNBA Score
Overview
NBA Score is a React.js application powered by Vite that provides real-time NBA scores, team stats, and game updates. The app delivers a fast and seamless user experience with modern web technologies.
Features- Real-time NBA scores and updates
- Team and player statistics
- Game schedules and results
- Responsive UI for mobile and desktop users
- Fast performance with Vite
Tech Stack- Frontend: React.js, Vite, Tailwind CSS
- State Management: Context API / Redux (if used)
- API Integration: Fetch / Axios for consuming NBA data
Installation- Navigate to the project directory:
sh
cd folder-project/ - Install dependencies:
sh
npm install - Start the development server:
sh
npm run dev
Build for Production
To create an optimized production build:npm run build
Running Tests
If the project includes tests, run:npm test
Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch.
3. Commit your changes.
4. Push the branch and create a pull request.
License
This project is licensed under the MIT License.
Contact
For any questions or feedback, reach out to [your email or GitHub profile].Source code released under All Rights Reserved