Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.38 KB

Ethereum Transfer Smart Contract (v2)

ETH-Transfer-App-v2-ss1.png

Live Demo

You can see the live demo here

Introduction

This repository is for my first project working with Web3 technology and developing a Smart Contract on the Ethereum Blockchain.

Technology used

  • Solidity programming language to develop smart contracts on Ethereum blockchain
  • Hardhat development environment for Ethereum
  • Alchemy blockchain API and node service
  • React JavaScript library
  • Tailwind CSS framework
  • Firebase Realtime Database
  • Giphy API

How it works

Users connect their Metamask wallet and send ETH to other wallets across the Ropsten Network (an Ethereum blockchain test network). Users can include a message and keyword to post a gif along with their transaction. A history of all transactions made via the smart contract appear at the bottom of the page and are updated as new transactions are made.

ETH-Transfer-App-v2-full-page.png