Skip to content

Xone Chain is a modular Layer 1 blockchain that goes beyond scalability and efficiency. It focuses on ensuring every on-chain action creates tangible, traceable value.

Notifications You must be signed in to change notification settings

hello-xone/xone_website

Repository files navigation

Xone Logo

Xone Logo

Xone Chain is a modular Layer 1 blockchain that goes beyond scalability and efficiency. It focuses on ensuring every on-chain action creates tangible, traceable value.


📦 Core Dependencies

Category Technology Selection Version Description of Purpose
Front-end Framework React 18.2.0 Component-based Development Foundation
Build Tools Vite 5.1.6 Modern Front-end Build System
Web3 Integration Wagmi + Viem 2.8.4 Multi-chain Wallet Connection Solution
State Management React Query + Valtio 5.35.1 Data Flow Management
UI Component Library Chakra UI 2.10.4 Customizable Design System
Animation Library Framer Motion 11.0.14 Interactive Animation Implementation

🚀 Quick Start

Environment Requirements

# Verify Environment Version
$ node -v
v18.16.0

$ pnpm -v
9.15.3

Development Process

# 1. Clone Repository
git clone https://github.com/hello-xone/xone_website.git

# 2. Install Dependencies (Using pnpm)
pnpm install

# 3. Start Development Server
pnpm dev

# 4. Production Build
pnpm build

# 5. Local Preview
pnpm preview

Code Standards

// Component Naming Standards
function UserProfile() { /* ... */ }

// Hook Naming Standards
function useWalletConnection() { /* ... */ }

// File Structure Example
src/
├── components/
 └── Header.tsx
├── hooks/
 └── useNetwork.ts
└── pages/
└── Home.tsx

🤝 Contribution Guidelines

We welcome community contributions to make our Website as comprehensive and useful as possible. If you identify any inaccuracies, want to suggest an improvement, or contribute new content:

  1. Fork the Repository: Create a personal copy of the repository to make changes.
  2. Make Your Edits: Update and enhance the Website as needed.
  3. Submit a Pull Request: After making updates, submit a pull request to propose changes to the official repository. Our team will review and merge approved contributions.

For more information about contributing, please see our contribution document.

Workflow

---
config:
  look: handDrawn
  theme: neutral
---

sequenceDiagram
    participant Fork
    participant Dev as Developers
    participant CI as Verify
    participant Main

    autonumber
    Dev->>Fork: Create branch
    Fork->>Dev: Commit changes
    Dev->>CI: Issue PR
    CI->>CI: Verification Code
    CI-->>Main: Merge by
Loading

🌐 Official Channels

For any questions or support related to Xone Chian, please reach out to our support team:

Official: [email protected]

Developers: [email protected]

Community: [email protected]

Support: [email protected]

Business: [email protected]

Community: Telegram | Developers Telegram | Twitter | Discord

News: Medium


🏢 Contributors

Thanks goes to these wonderful people 🔥:


👀 Stats

Alt


📜 License Agreement

This project adopts the MIT License, with the following additional terms:

  1. Brand Protection Derivative works must retain the original copyright statement and Xone brand elements

  2. Commercial Restrictions This project is prohibited from being used in commercial scenarios that directly compete with Xone

  3. Modification Notice Any major code modification requires adding a modification record to the file header:

// Modified by [Your Name] on [YYYY-MM-DD]
// Changes: [Briefly describe the changes]
Xone Logo

About

Xone Chain is a modular Layer 1 blockchain that goes beyond scalability and efficiency. It focuses on ensuring every on-chain action creates tangible, traceable value.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages