1.)Open Remix: Go to remix.ethereum.org.
2.)Create File: In the "File Explorers" tab (left sidebar), click the "Create New File" icon. Name it Buildertoken.sol
3.)Paste Code: Copy and paste the Buildertoken.sol into that file.
4.)Compile: Click the "Solidity Compiler" icon (left sidebar, looks like an 'S'). Click the blue Compile Buildertoken.sol button.
5.)Prepare MetaMask: Open your MetaMask wallet extension and ensure you are connected to the Base Mainnet network. (If you are testing, switch to Base Sepolia).
6.)Deploy:
Click the "Deploy & Run Transactions" icon (left sidebar, looks like an Ethereum logo).
Under Environment, select Injected Provider - MetaMask.
You should see "Custom (8453)" (for Base Mainnet) under the network.
Click the orange Deploy button.
Confirm the transaction in your MetaMask
7.) Get Address: Once deployed, scroll down to "Deployed Contracts" in Remix. Copy the contract address (it starts with 0x...). Save this address.