The Polkadot Ecosystem portal is a community-driven initiative led by DablockDAO to curate projects, tools, and community resources across the Polkadot universe. The portal helps anyone discover, understand, and contribute to the ecosystem.
This repository currently powers the ATLAS site at polkadotecosystem.com.
| Section | Domain | Description |
|---|---|---|
| Atlas | polkadotecosystem.com | Directory of projects and initiatives across the ecosystem. |
A comprehensive resource with profiles and direct links to projects within the Polkadot ecosystem.
- Curated directories of projects and infrastructure (dApps, wallets, dev tools, DAOs, initiatives, bounties…).
- Each profile includes:
- Overview — concise summary of purpose and functionality.
- Category — clear classification into sectors and subcategories.
- Direct Links — official sites, docs, and socials.
| Atlas Area | Directories |
|---|---|
| Tools | Wallets, Explorers, DAO Tools, Development |
| Dapps | DeFi, Gaming, DePIN, Social, NFTs, Smart Contracts, AI |
| Community | DAOs, Collectives, Organizations, Initiatives, Bounties |
| Resources | Media, Guides, Templates, Glossary |
We welcome contributions from the community! This project is maintained by DablockDAO members.
- Explore the repository
- Review the project structure and open issues for bugs/enhancements.
- Submit contributions
- Fork the repo, create a feature branch, and open a PR with an explanation of your changes.
- Report bugs / request features
- Open an issue with steps to reproduce or a clear description of the request.
- Community discussions
- Share ideas and feedback to help improve the portal.
This portal is built with Astro and Starlight. From the project root:
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build the production site to ./dist/ |
npm run preview |
Preview the production build locally |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Astro CLI help |
- Clone the repository
git clone https://github.com/dablockdao/polkadot-ecosystem.git
cd polkadot-ecosystem/dot-atlas