This is a rudimentary version of twitter but hey, at least it's decentralised!
Check it out on: https://waveportal-starter-project.azizmosbah.repl.co/
It is actually deployed on ethereum's test network rinkeby in order for it not to cost any money.
Here are the steps to participate:
- Get Metamask & set it on the rinkeby network
- Ask for ETH on this faucet: https://faucets.chain.link/rinkeby
- Once your wallet is loaded you can tvveet :D
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
Try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help