Skip to content

KalyCoinProject/kaly-site

 
 

Repository files navigation

KalyChain Official Website

KalyChain Logo

KalyChain: Enterprise-Grade Blockchain Infrastructure

Overview

This repository contains the source code for the official KalyChain website. KalyChain is a high-performance, enterprise-grade blockchain network designed for scalability, security, and interoperability. Built on the Ethereum Virtual Machine (EVM), KalyChain offers a comprehensive ecosystem for decentralized applications, financial services, and enterprise solutions.

Features

  • Responsive Design: Fully optimized for all devices from mobile to desktop
  • Next.js Framework: Leveraging React Server Components for optimal performance
  • Wallet Integration: Connect with MetaMask and other Web3 wallets
  • TestNet Access: Easy access to KalyChain TestNet for developers
  • Modern UI: Clean, professional interface with accessible design
  • SEO Optimized: Structured for maximum visibility on search engines

Technology Stack

  • Frontend: Next.js, React, TypeScript
  • Styling: Tailwind CSS, Shadcn UI components
  • Web3: RainbowKit for wallet connections
  • Performance: Optimized image loading, code splitting
  • Deployment: Vercel/Netlify compatible

Getting Started

Prerequisites

  • Node.js (v18 or later)
  • npm or yarn
  • Git

Installation

  1. Clone the repository:

    git clone https://github.com/KalyCoinProject/kaly-site.git
    cd kaly-site
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
  4. Open http://localhost:3000 in your browser to see the result.

Development Commands

  • npm run dev - Start the development server
  • npm run build - Build the application for production
  • npm run start - Start the production server
  • npm run lint - Run ESLint to check for code quality issues

Project Structure

kaly-site/
├── public/          # Static assets
├── src/             # Source code
│   ├── app/         # Next.js app directory
│   ├── components/  # React components
│   ├── config/      # Configuration files
│   └── lib/         # Utility functions and libraries
├── .eslintrc.json   # ESLint configuration
├── next.config.js   # Next.js configuration
├── package.json     # Project dependencies
└── tsconfig.json    # TypeScript configuration

Deployment

The KalyChain website can be deployed to any hosting service that supports Next.js applications, including:

  • Vercel
  • Netlify
  • AWS Amplify
  • Traditional hosting with Node.js support

For detailed deployment instructions, refer to the Next.js deployment documentation.

Key Resources

Contributing

We welcome contributions to improve the KalyChain website. Please follow these steps:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact


Built with ❤️ by the KalyChain Team

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • CSS 1.9%
  • JavaScript 0.3%