Kite AI - Counter Dapp is a decentralized application (dApp) built with Kite AI chain, React Vite, Tailwind CSS, and Ethers.js. A blockchain-integrated counter.
- Counter Functionality: A decentralized counter stored on the blockchain.
- Ethereum Integration: Uses Ethers.js to interact with smart contracts.
- Fast & Responsive UI: Styled with Tailwind CSS for a seamless experience.
- Optimized Performance: Built with Vite for rapid development and loading speed.
- Frontend: React + Vite
- Styling: Tailwind CSS
- Blockchain Integration: Ethers.js
- Smart Contracts: Solidity
- Block chain: Kite AI (Testnet)
- Clone the repository:
git clone https://github.com/gokite-ai/kite_counter_dapp cd kite_counter_dapp
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Connect your Ethereum wallet (MetaMask or any compatible wallet)
- Add Kite AI Testnet Chain (as custom RPC)
- Acquire testnet tokens to interact with KITEAI chain
- Interact with the blockchain-based counter.
- Chain Name: KiteAI Testnet
- Default RPC URL: https://rpc-testnet.gokite.ai/
- Chain ID: 2368
- Token: KITE
- Block Explorer URL: https://testnet.kitescan.ai/
Use the below link to get KITE and USDT tokens on testnet
We welcome contributions from the community to improve and expand the Kite AI - Counter Dapp. Follow the steps below to contribute effectively.
- Fork the Repository – Create a copy of the repository under your GitHub account.
- Create a New Branch – Work on a separate branch for each new feature or fix.
- Make Your Changes – Ensure your code follows project structure and best practices.
- Commit and Push** – Write clear commit messages and push your changes.
- Submit a Pull Request (PR) – Open a PR to merge your changes into the
main
branch.
- Follow the project's code style and branching strategy.
- Ensure new features work correctly and do not break existing functionality.
- Write clear and descriptive commit messages.
- Open an Issue for bug reports, improvements, or feature suggestions.
Thank you for contributing to Kite AI - 🪁