ALIENX
  • ALIENX CHAIN
  • White Paper
    • 💡Welcome to ALIENX
    • 🏔️ALIENX Introduction
      • What is ALIENX?
      • Why ALIENX
    • 🔨ALIENX Protocol
      • Inside ALIENX
      • Gas Fees
      • Fraud Proofs
    • 🛸Getting Start (AlienX Mainnet)
      • Add AlienX Chain to MetaMask
      • Bridge Assets to AlienX
    • 🚀Getting Start (HAL Testnet)
      • Add Hal Chain to MetaMask
      • Bridge Assets to Hal
      • Receive Faucet Funds
    • 🪙Tokenomics
    • 🗺️Roadmap
    • 🏛️Backers and ECO Partners
  • ALIENX Activities
    • 👻ALIENX Explorer Pass
    • 🍕Social Airdrop
    • 🦠AI Node Sale
    • ☄️Staking Season
  • ALIENX Mainnet
    • 🏭ALIENX Mainnet Quest
    • 🎪ALIENX Park
    • ☎️Mainnet Voyage Q&A
    • 🪇AIX Launch Announcement
      • AIX TGE Timeline
      • AIX Token Address
      • Who can claim $AIX?
      • How to Claim your $AIX?
  • ALIENX HAL Testnet
    • ⛺HAL Testnet Quest
    • 📩Apply to join HAL Testnet
  • Developer
    • 🕹️Deploy contract on AlienX mainnet
      • Foundry
      • Hardhat
      • Remix
    • 💻Deploy contract on Hal Testnet
      • Foundry
      • Hardhat
      • Remix
  • Support
    • 🔗Official Links
    • 📝FAQ
      • Node Sale
      • Node Pre-Book
      • Social Airdrop
      • AEP Drop
  • $AIX Airdrop
    • 🎁$AIX Airdrop
Powered by GitBook
On this page
  • What is Remix?
  • Getting Started with Remix
  • Deploying Your Smart Contract
  1. Developer
  2. Deploy contract on Hal Testnet

Remix

PreviousHardhatNextOfficial Links

Last updated 11 months ago

What is Remix?

Remix Project is a robust set of tools that can be used by individuals of any skill level throughout the entire process of developing contracts, and it also serves as an educational platform for learning and experimenting with Ethereum.

Getting Started with Remix

  1. Visit Remix to get started.

  2. Under Featured Plugins, select Solidity.

  3. Navigate to the File Explorer and click "+" to create a Smart Contract

  4. Input your smart contract or use the sample contract below.

// SPDX-License-Identifier: MIT// compiler version must be greater than or equal to 0.8.17 and less than 0.9.0pragma solidity ^0.8.17; contract HelloWorld {    string public greet = "Hello World!";}
  1. Navigate to the Compile sidebar option and click Compile.

Deploying Your Smart Contract

Once you have written your Smart Contract in Remix, you can navigate to the sidebar option to Compile your contract.

  1. Change the top ENVIRONMENT dropdown from "Javascript" to "Injected Web3"

  2. This will take you to MetaMask - Press connect in Metamask to allow Remix access.

  3. Add your network to Metamask using these parameters from Hal:

    • Network Name: Hal

    • New RPC URL:

    • Chain ID: 10241025

    • Currency Symbol: ETH

    • Block Explorer URL:

    • Contract Verification URL:

💻
https://hal-rpc.alienxchain.io/http
https://hal-explorer.alienxchain.io/
https://api-hal-explorer.alienxchain.io/api