Skip to content

Eastore-project/eastore-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eastore

UI for Eastore — a secure, private, decentralized cloud storage built on the Filecoin Onchain Cloud.

Eastore gives you true data ownership with client-side encryption and a seamless, drive-like experience. Your wallet is your auth — no passwords, no central server holding your files. Even if eastore.xyz goes offline, your data remains accessible directly from the blockchain.

The dApp itself lives at drive.eastore.xyz (source: eastore-project/Eastore-frontend-v1).

Getting Started

bun install
bun dev

Open http://localhost:3001 (or whichever port Next picks).

Env Vars

Create .env.local:

NEXT_PUBLIC_DRIVE_URL=http://localhost:3000    # drive app URL for "Launch App" button
NEXT_PUBLIC_SITE_URL=http://localhost:3001     # used for OG metadata

In production these default to https://drive.eastore.xyz and https://eastore.xyz.

Stack

  • Next.js 16 (App Router)
  • TypeScript
  • CSS Modules
  • Bun

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors