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
📄 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:
npm run dev