Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 657 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 657 Bytes

Github Archive

Create a verifiable archive of GithHub repositories on decentralized storage. The reasons why this is important is that GithHub is a centralized service that can at anytime decide not to offer their services anymore or easily censor repositories. having a decentralized archive of the repository states would be beneficial for this purpose.

The verification is done using Lit Protocol nodes.

This project was created at HackFS 2024.

Presentation

Run

  1. npm install
  2. Go to frontend/src/proxy-server and run npx --env-file=.env tsx index.ts
  3. Go to frontend/ run npm start