Compile and Deploy

Time for deployment!

Compile your Contract

On the left hand side, go to the "SOLIDITY COMPILER" icon and click the "Compile TransferUSDCBasic.sol" button:

Successfully compiled TransferUSDCBasic.sol

Deploy your Contract

  1. Navigate to the “DEPLOY & RUN TRANSACTIONS” icon on the left hand side. Double check that your Environment is connected to Fuji via Injected Provider.

  2. Click the "Deploy" button at the bottom

Deploying your contract

MetaMask will ask you to confirm the transaction, so click the “Confirm” button at the button right:

Confirm the deployment transaction

Upon a successful deployment, in Remix you will see:

1. The green check-mark at the bottom

2. Your deployed contract and address

Successful deployment

Last updated