Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 586 Bytes

File metadata and controls

22 lines (14 loc) · 586 Bytes

Google Faucet Link : https://cloud.google.com/application/web3/faucet/ethereum/sepolia

Metamask Wallet : https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn

Sepolia RPC URL : https://sepolia.drpc.org

Ether Scan : https://etherscan.io/

To install Foundry :

curl -L https://foundry.paradigm.xyz | bash"

To deploy the contract

forge create --rpc-url $SEPOLIA_RPC_URL --private-key $PRIVATE_KEY
--etherscan-api-key $ETHERSCAN_API_KEY --verify src/Message.sol:Message 
--broadcast --constructor-args "Hello Myanmar Web3 Devs"