This repository contains my first deployed smart contract on Celo Mainnet.
It serves as a public proof of ship to show that I successfully created and deployed a token.
- Name: MyCeloToken
- Symbol: MCT
- Decimals: 18
- Total Supply: 1,000,000 MCT
- Deployed Address: 0x0F28Febe9C10Fba188a854109a68AA87cbdDE5A4
- Network: Celo Mainnet
-
Added Celo Mainnet to MetaMask:
- RPC URL:
https://forno.celo.org - Chain ID:
42220 - Currency Symbol:
CELO - Explorer:
https://celoscan.io
- RPC URL:
-
Wrote a simple ERC20-like contract (
MyCeloToken.sol) in Remix IDE. -
Compiled the contract using Solidity 0.8.20.
-
Deployed the contract using MetaMask on Celo Mainnet.
-
Verified the contract on Celoscan so the source code is public.
This repo acts as a Proof of Ship:
- The code is publicly available.
- The contract is live on Celo Mainnet.
- Anyone can check the address on Celoscan.