A Next.js application for interacting with the Helios blockchain testnet. This application provides essential tools for builders to test the Helios testnet, including a faucet for claiming test tokens and a referral system to track engagement.
- Request testnet HLS tokens and other supported tokens
- View claim history and eligibility status
- Cooldown periods to prevent abuse
- Generate unique invite codes
- Track referrals through a leaderboard
- Earn rewards for successful referrals
- Connect with popular Web3 wallets
- Interact directly with the Helios testnet blockchain
- View transaction status and history
- Chain ID: 42000
- Network Name: Helios Testnet
- RPC URL: https://testnet1.helioschainlabs.org/
- Explorer: https://explorer.helioschainlabs.org/
- Native Currency:
- Name: Helios
- Symbol: HLS
- Decimals: 18
- Node.js 18.x or later
- npm or yarn
- Clone the repository:
git clone https://github.com/helios-network/helios-testnet-react.git
cd helios-testnet-react
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the application.
To connect your wallet to the Helios testnet:
- Open your wallet (MetaMask, etc.)
- Add a custom network with the following details:
- Network Name: Helios Testnet
- RPC URL: https://testnet1.helioschainlabs.org/
- Chain ID: 42000
- Currency Symbol: HLS
- Block Explorer: https://explorer.helioschainlabs.org/
This project uses:
- Next.js - React framework
- Wagmi - React Hooks for Ethereum
- TailwindCSS - For styling
- Framer Motion - For animations
npm run build
# or
yarn build
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or support, please contact the Helios team.