This is the official landing page for Glob, a decentralized, censorship-resistant storage protocol built on top of Celestia.
Website: https://useglob.io
- Framework: Next.js
- Styling: Tailwind CSS
- Animations: Framer Motion
- Deployment: Vercel
Install dependencies:
pnpm installGenerate ts file from proto for grpc
pnpm proto:genStart the dev server:
pnpm devBuild for production:
pnpm buildapp/– App directory (Next.js 13+)components/– Reusable UI componentspublic/– Static assetslib/– Utility functions
This project is open-source under the MIT license.