Remix
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
Visit Remix to get started.
Under Featured Plugins, select Solidity.
Navigate to the File Explorer and click "+" to create a Smart Contract
Input your smart contract or use the sample contract below.
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.
Change the top ENVIRONMENT dropdown from "Javascript" to "Injected Web3"
This will take you to MetaMask - Press connect in Metamask to allow Remix access.
Add your network to Metamask using these parameters from AlienX Mainnet:
Network Name: AlienX
New RPC URL: https://rpc.alienxchain.io/http
Chain ID: 10241024
Currency Symbol: ETH
Block Explorer URL: https://explorer.alienxchain.io/
Contract Verification URLοΌhttps://api-explorer.alienxchain.io/api
Last updated