A Next.js application for interacting with the Helios blockchain Beta Mainnet. This application provides essential tools for builders to interact with the Helios Beta Mainnet, including asset bridging, staking, and earning HLS rewards.
- Bridge assets from Ethereum, BNB Chain, Polygon, and other supported chains
- Seamless cross-chain asset transfers
- Real-time transaction tracking
- Stake assets to earn HLS rewards
- View staking history and rewards
- Participate in the Helios ecosystem
- Connect with popular Web3 wallets
- Interact directly with the Helios Beta Mainnet blockchain
- View transaction status and history
- Chain ID: 42000
- Network Name: Helios Beta Mainnet
- 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 Beta Mainnet:
- Open your wallet (MetaMask, etc.)
- Add a custom network with the following details:
- Network Name: Helios Beta Mainnet
- 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 buildContributions 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.