My_Twitter is a microblogging and social networking service which allows users to post and interact with messages known as "tweets". It is a decentralized platform build on polygon test network. People can tweet and upload images on the blockchain and the images are stored in the chain by web3 storage an ipfs protocol based platform system.
- Solidity
- JavaScript
- Hardhat
- React
- CSS3
- HTML5
- IPFS (Web3Storage)
- Alchemy(RPC node provider)
First, you need to fork the Web3.0-World
repo. You can do this by clicking the Fork
button on the top right corner of the repo.
Once forked, you can clone the repo by clicking the Clone or Download
button on the top right corner of the forked repo.
After cloning the repository using the cd <folder-name>
command.
npm install --save-dev hardhat
npx hardhat (Basic javascript Project)
npm install dotenv
npm install --save-dev @nomicfoundation/hardhat-toolbox@^2.0.0
npm install ethers
npm install create-react-app-"client"
npm install react-router-dom
npm install @web3uikit/core
npm install @web3uikit/icons
npm install web3modal
npm install cartoon-avatar
cd client
npm start