This is a very basic blockchain project, which is a short message(thought) sharing app. This is basically a decentralized twitter-like app, which takes users and allows them to share a short message which is publicly viewable. site overview: https://www.youtube.com/watch?v=BbcPDPcfD-8
- Ethereum
- Solidity
- Hardhat
- Waffle
- Ethers.js
- MetaMask
- Next.js
- Tailwind.css
Frok the project and clone it locally Open the project in VSCode and run npm install ...
- live on: https://thoughts-iota.vercel.app/ (deployed on rinkeby test network).
- User connect MetaMask to thoughts.
- After proper connection user fill the details to make profile.
- Once details are filled it takes to home of Thoughts.
- Now user can see the messages published and also can publish its own messages.