https://github.com/glamsystems/vaults-report
Vaults Report is an independent, community-curated effort to map the protocols, managers, and tooling powering vault infrastructure and onchain asset management.
https://github.com/glamsystems/vaults-report
Last synced: 5 months ago
JSON representation
Vaults Report is an independent, community-curated effort to map the protocols, managers, and tooling powering vault infrastructure and onchain asset management.
- Host: GitHub
- URL: https://github.com/glamsystems/vaults-report
- Owner: glamsystems
- License: other
- Created: 2025-12-30T21:58:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-06T22:39:28.000Z (5 months ago)
- Last Synced: 2026-01-07T05:58:27.620Z (5 months ago)
- Language: TypeScript
- Size: 33.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Vaults Report
Open, community-curated effort to map the protocols, managers, and tooling powering vault infrastructure and onchain asset management.
**[vaults.report](https://vaults.report)**
## Tech Stack
- [Astro](https://astro.build) - Static site framework
- [React](https://react.dev) - UI components
- [Tailwind CSS](https://tailwindcss.com) - Styling
- [Nivo](https://nivo.rocks) - Data visualization
- [shadcn/ui](https://ui.shadcn.com) - Component library
## Project Structure
```
src/
├── pages/ # Astro pages (routes)
├── components/ # React & Astro components
├── content/learn/ # MDX educational content
├── layouts/ # Page layouts
├── lib/ # Utilities
└── styles/ # Global CSS
data/
├── directory.csv # Protocol directory
├── resources.csv # External resources
├── categories.yaml # Category definitions
└── chains.yaml # Blockchain definitions
public/ # Static assets
```
## Development
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
npm run preview
```
## Contributing
To add or update a protocol:
1. Edit `data/directory.csv`
2. Follow the schema in `data/schema.yaml`
3. Submit a pull request
See [CONTRIBUTING](CONTRIBUTING.md) for detailed guidelines.
## License
- Code: [MIT](LICENSE-MIT.md)
- Data & Content: [CC BY 4.0](LICENSE-CC-BY.md)
## Links
- Website: https://vaults.report
- Twitter: https://x.com/vaultsreport
- Mainted by: [GLAM](https://glam.systems)