Skip to content

aldrinpvincent/web3-messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web3 Messenger

https://web3-messenger-dapp.vercel.app/

Send messages and win ethereum

Web3 Messenger is a simple web3 app build using ReactJS and solidity. In this app you can send messages to me and stand a chance to win free ethereum tokens. Winners will be picked up randomly. If you are a winner you will get 0.0001 ether instantly on sending a message. You can use the ethers to perform transaction in Rinkeby (ETH Testnet) Blockchain.

The project's smart contract is deployed in Rinkeby (ETH Testnet) Blockchain using Alchemy[https://www.alchemy.com/] and web app deployed in vercel[https://vercel.com]

All messages from all users will be updated in web app in real time using solidity events.

Technology stack