Skip to content

An update to my first project developing a Smart Contract in Solidity for the Ethereum Blockchain.

Notifications You must be signed in to change notification settings

sparra95/eth-transfer-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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