Skip to content

helios-network/helios-testnet-react

Repository files navigation

Helios Testnet App

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.

Features

Test Token Faucet

  • Request testnet HLS tokens and other supported tokens
  • View claim history and eligibility status
  • Cooldown periods to prevent abuse

Referral System

  • Generate unique invite codes
  • Track referrals through a leaderboard
  • Earn rewards for successful referrals

Web3 Integration

  • Connect with popular Web3 wallets
  • Interact directly with the Helios testnet blockchain
  • View transaction status and history

Helios Testnet Information

Getting Started

Prerequisites

  • Node.js 18.x or later
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/helios-network/helios-testnet-react.git
cd helios-testnet-react
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the application.

Connecting to Helios Testnet

To connect your wallet to the Helios testnet:

  1. Open your wallet (MetaMask, etc.)
  2. Add a custom network with the following details:

Development

This project uses:

Building for Production

npm run build
# or
yarn build

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

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

Contact

For questions or support, please contact the Helios team.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •