Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 919 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 919 Bytes

DePIN DD

DePIN DD is the ultimate resource for DePIN (Decentralized Physical Infrastructure Networks). It provides a classification framework for DePIN projects, as well as leaderboards that make it easy to compare DePIN projects on different metrics.

Contribute

DePIN DD exists thanks to its contributors. There are many ways you can help make DePIN DD more useful. Check out the contribution guide!

Development

Installation

Requirements: Node.js 16.8 or later

Install pnpm if you haven't already, for example using brew:

brew install pnpm

Download the dependencies:

pnpm install
cp .env.example .env.local

Run locally

Then, run the development server:

pnpm dev

Open http://localhost:3000 in your browser.