GitHub - WebXDAO/BlogStream: This project aims for Road to web3 Hackathon powered by Polygon :sparkles:
A blog site where users directly pay the writers for only what they are reading
This is a project created for Road to Web3 hackathon by WebXDAO (Team1) - Sreekar Sarvepalli, David Kim, Abhinav MV
๐ Quick Start
๐ Clone or fork BlogStream:
git clone https://github.com/WebXDAO/BlogStream.git
๐ฟ Install all dependencies:
cd BlogStream
npm installโ Rename .env.example to .env in the main folder and provide your appId and serverUrl from Moralis (How to start Moralis Server)
Example:
NEXT_PUBLIC_APP_ID = xxxxxxxxxxxx NEXT_PUBLIC_SERVER_URL = https://xxxxxx.grandmoralis.com:2053/server
๐ดโโ๏ธ Run your App: