React application for Blog with Web3.
📌 Check out Demo ✅
📄 Clone or fork web3-blog:
git clone https://github.com/VTAkbay/web3-blog.git💿 Install all dependencies:
cd web3-blog/frontend
npm ci✏ Rename .env.example to .env in the frontend folder and provide your keys from Alchemy and Pinata (Alchemy & Pinata)
Example:
REACT_APP_ALCHEMY_HTTPS = "https://polygon-mumbai.g.alchemy.com/v2/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
REACT_APP_ALCHEMY_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
REACT_APP_PINATA_KEY = "pinata-key"
REACT_APP_PINATA_SECRET = "pinata-secret"🚴♂️ Run your App:
npm start