Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 757 Bytes

File metadata and controls

27 lines (18 loc) · 757 Bytes

Web-3-Twitter

Web 3.0 Twitter is a Full-Stack Blockchain App Using web3uikit, React, Moralis and Solidity.

What was implemented and used

A simple smart contract that gives the option to save tweets into the polygon blockchain. Used React and the Web3UIkit to build the frontend that has the feel of Twitter in a beautiful dark theme. Finally used Moralis to authenticate users, store their profile data and tweets, and interact with the smart contract.

What you need before running the Application

  • Need a cryptocurrency wallet to login into the application like MetaMask.
  • Need some coins like MATIC if you want to tweet in the blockchain.

How to run the Project

Install Dependencies

npm install

Run

npm start