A decentralized social platform where users post images with captions and others tip the creator with 0.0001 ETH per like.
- Frontend: https://tip-post.vercel.app/
- Contract (Sepolia): 0xECCFBB989985b64165d541ba50822E4380203995
- Etherscan: https://sepolia.etherscan.io/address/0xECCFBB989985b64165d541ba50822E4380203995
npm install npx hardhat compile npx hardhat test npm run dev
- https://cloud.google.com/application/web3/faucet/ethereum/sepolia
- https://sepoliafaucet.com
- https://www.infura.io/faucet/sepolia
| Layer | Technology |
|---|---|
| Smart Contract | Solidity ^0.8.20 |
| Dev Framework | Hardhat 2 + JavaScript |
| Frontend | React + Vite + TypeScript |
| Blockchain Lib | ethers.js v6 |
| Wallet | MetaMask |
| Network | Sepolia Testnet |
| Hosting | Vercel |