Using 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.
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 Deploy your contract.
Connect your wallet to XR Sepolia.
Navigate to the Deploy sidebar option.
Change the top ENVIRONMENT dropdown to "Injected Web3"
This will trigger your Wallet. Press connect in your wallet to provide Remix with access to it.
Click the orange Deploy button.
Last updated