Skip to main content

4 posts tagged with "projects"

View All Tags

· 11 min read
Asia K

In Part 1,

  • We set up a local Ethereum network
  • Wrote a smart contract in Solidity
  • Compiled the contract and ran it locally
  • Stored data on the smart contract
  • deployed the smart contract locally and started building the User Interface
  • deployed the UI to Vercel

In this part, we will be

  • setting up Metamask
  • deploying the smart contract to a testnet
  • connecting a wallet to the web app calling the deployed smart contract from the web app