Skip to content

sasszz/smart-contract-hello-world

Repository files navigation

Polygon Mumbai Testnet Smart Contract

Technologies: Node | Metamask | Polygon Mumbai Testnet | Alchemy | Hardhat | Solidity | Ethers.js

Project's Technologies

Tutorial: Web3 University

Note: .env file contains the following:

  • ALCHEMY_API_KEY
  • ALCHEMY_API_URL
  • METAMASK_PRIVATE_KEY
  • CONTRACT_ADDRESS

To Initialize:

  1. git clone
  2. npm install
  3. Setup Metamask Wallet Chrome extension and Alchemy API key
  4. Configure .env file

To Run:

  1. npx hardhat compile
  2. Edit interact.js with new message for update function
  3. npx hardhat run scripts/interact.js

Deployed Smart Contract: Deployed Smart Contract

About

My first smart contract deployed on Solana's test network Mumbai including updateMessage function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published