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.
- 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
- 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
- Node.js (v18 or later)
- npm or yarn
- Git
-
Clone the repository:
git clone https://github.com/KalyCoinProject/kaly-site.git cd kaly-site -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open http://localhost:3000 in your browser to see the result.
npm run dev- Start the development servernpm run build- Build the application for productionnpm run start- Start the production servernpm run lint- Run ESLint to check for code quality issues
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
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.
We welcome contributions to improve the KalyChain website. Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Website: kalychain.io
- Twitter: @KalyChain
- Discord: KalyChain Community
Built with ❤️ by the KalyChain Team
