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 dotenvnpm install --save-dev @nomicfoundation/hardhat-toolbox@^2.0.0npm install ethersnpm install create-react-app-"client"npm install react-router-domnpm install @web3uikit/corenpm install @web3uikit/iconsnpm install web3modal npm install cartoon-avatarcd clientnpm start