{"id":39401204,"url":"https://github.com/dorsium/dorsium-org","last_synced_at":"2026-01-18T03:24:20.892Z","repository":{"id":332876975,"uuid":"1126450677","full_name":"dorsium/dorsium-org","owner":"dorsium","description":"Official documentation and technical guides for Dorsium blockchain. Community-driven platform for network information and governance resources.","archived":false,"fork":false,"pushed_at":"2026-01-16T06:35:27.000Z","size":729,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-16T07:04:50.149Z","etag":null,"topics":["blockchain","community-governance","cryptocurrency","documentation","nextjs","opensource","technical-documentation","typescript","web3"],"latest_commit_sha":null,"homepage":"https://dorsium.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dorsium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-01T23:57:39.000Z","updated_at":"2026-01-16T06:35:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dorsium/dorsium-org","commit_stats":null,"previous_names":["dorsium/dorsium-org"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dorsium/dorsium-org","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorsium%2Fdorsium-org","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorsium%2Fdorsium-org/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorsium%2Fdorsium-org/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorsium%2Fdorsium-org/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dorsium","download_url":"https://codeload.github.com/dorsium/dorsium-org/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorsium%2Fdorsium-org/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28528038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","community-governance","cryptocurrency","documentation","nextjs","opensource","technical-documentation","typescript","web3"],"created_at":"2026-01-18T03:24:20.775Z","updated_at":"2026-01-18T03:24:20.857Z","avatar_url":"https://github.com/dorsium.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dorsium Documentation \u0026 Community Platform\n\n\u003e Official documentation, community resources, and technical guides for the Dorsium blockchain ecosystem.\n\n[![Website](https://img.shields.io/badge/website-dorsium.org-blue)](https://dorsium.org)\n[![Discord](https://img.shields.io/badge/discord-join-7289da)](https://discord.com/invite/7QGZZCnQd8)\n[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)\n\n## 🌐 Live Website\n\n**Visit:** [dorsium.org](https://dorsium.org)\n\nThis repository powers the Dorsium documentation website, providing comprehensive guides for miners, validators, developers, and community members.\n\n---\n\n## 📚 What's Inside\n\n- **Documentation** - Technical guides for miners, validators, and node operators\n- **Whitepaper** - Detailed technical specification and vision\n- **Community Governance** - Information about network governance and proposals\n- **Multi-language Support** - Available in English, Hungarian, Romanian, German, and Spanish\n\n---\n\n## 🏗️ Tech Stack\n\n- **Framework:** [Next.js 16](https://nextjs.org) with App Router\n- **Language:** TypeScript\n- **Styling:** Tailwind CSS v4\n- **Internationalization:** next-intl\n- **Content:** MDX with Velite\n- **Deployment:** Vercel\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18+ and npm\n- Git\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/dorsium/dorsium-org.git\ncd dorsium-org\n\n# Install dependencies\nnpm install\n\n# Run development server\nnpm run dev\n```\n\nOpen [http://localhost:3000/en](http://localhost:3000/en) in your browser.\n\n### Available Scripts\n\n```bash\nnpm run dev          # Start development server\nnpm run build        # Build for production\nnpm run start        # Start production server\nnpm run lint         # Run ESLint\nnpm run velite       # Build content with Velite\n```\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions from the community! Whether you're fixing typos, improving documentation, translating content, or enhancing the UI, your help is appreciated.\n\n### How to Contribute\n\n1. **Fork** the repository\n2. **Create a branch** (`git checkout -b feature/your-feature`)\n3. **Make your changes**\n4. **Commit** (`git commit -m 'Add feature'`)\n5. **Push** (`git push origin feature/your-feature`)\n6. **Open a Pull Request**\n\n### Contribution Guidelines\n\n- Read [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines\n- Follow the existing code style and conventions\n- Test your changes locally before submitting\n- Write clear commit messages\n- Update documentation if needed\n\n### Good First Issues\n\nLooking for a place to start? Check out issues labeled [`good first issue`](https://github.com/dorsium/dorsium-org/labels/good%20first%20issue).\n\n---\n\n## 📖 Project Structure\n\n```\ndorsium-org/\n├── src/\n│   ├── app/              # Next.js app directory\n│   │   └── [locale]/     # Localized routes\n│   ├── components/       # React components\n│   ├── i18n/            # Internationalization config\n│   └── lib/             # Utility functions\n├── content/             # MDX content\n│   ├── docs/            # Documentation articles\n│   └── whitepaper/      # Whitepaper sections\n├── messages/            # Translation files (JSON)\n├── public/              # Static assets\n└── scripts/             # Build scripts\n```\n\n---\n\n## 🌍 Internationalization\n\nThe website supports multiple languages:\n\n- 🇬🇧 English (`en`)\n- 🇭🇺 Hungarian (`hu`)\n- 🇷🇴 Romanian (`ro`)\n- 🇩🇪 German (`de`)\n- 🇪🇸 Spanish (`es`)\n\n### Adding Translations\n\n1. Edit translation files in `messages/{locale}.json`\n2. Add translated content in `content/docs/{locale}/`\n3. Test the locale: `/[locale]/docs`\n\n---\n\n## 🐛 Bug Reports \u0026 Feature Requests\n\nFound a bug or have an idea? We'd love to hear from you!\n\n- **Report a bug:** [Create an issue](https://github.com/dorsium/dorsium-org/issues/new?template=bug_report.md)\n- **Request a feature:** [Create an issue](https://github.com/dorsium/dorsium-org/issues/new?template=feature_request.md)\n- **Ask a question:** [Join our Discord](https://discord.com/invite/7QGZZCnQd8)\n\n---\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## 🔗 Links\n\n- **Website:** [dorsium.org](https://dorsium.org)\n- **Discord:** [Join our community](https://discord.com/invite/7QGZZCnQd8)\n- **Email:** [hello@dorsium.com](mailto:hello@dorsium.com)\n\n---\n\n## ⚖️ Compliance Notice\n\nDorsium operates in compliance with EU regulatory frameworks, including MiCA (Markets in Crypto-Assets Regulation). This documentation platform provides technical information about network operations and does not constitute investment advice or financial promotion.\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by the Dorsium Community\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorsium%2Fdorsium-org","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdorsium%2Fdorsium-org","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorsium%2Fdorsium-org/lists"}