{"id":13565661,"url":"https://github.com/neutron-org/neutron-docs","last_synced_at":"2026-01-29T09:59:06.558Z","repository":{"id":62552190,"uuid":"513793110","full_name":"neutron-org/neutron-docs","owner":"neutron-org","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-05T21:56:30.000Z","size":125500,"stargazers_count":21,"open_issues_count":22,"forks_count":41,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-05T23:38:08.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MDX","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/neutron-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2022-07-14T06:55:57.000Z","updated_at":"2025-08-14T08:13:51.000Z","dependencies_parsed_at":"2023-10-11T21:46:16.682Z","dependency_job_id":"24a33bdb-193c-48cc-870a-7956374bee3e","html_url":"https://github.com/neutron-org/neutron-docs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/neutron-org/neutron-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neutron-org","download_url":"https://codeload.github.com/neutron-org/neutron-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-08-01T13:01:52.504Z","updated_at":"2026-01-29T09:59:06.551Z","avatar_url":"https://github.com/neutron-org.png","language":"MDX","funding_links":[],"categories":["MDX"],"sub_categories":[],"readme":"# Neutron Documentation\n\nThe comprehensive documentation hub for the Neutron blockchain - the first Consumer Chain of the Cosmos Hub. This repository contains detailed guides, tutorials, and references for developers, validators, and users of the Neutron ecosystem.\n\n## 🌟 What is Neutron?\n\nNeutron is a permissionless smart contract platform that leverages Interchain Security (ICS) from Cosmos Hub, enabling secure cross-chain DeFi applications with native integrations to 50+ Cosmos chains and beyond.\n\n## 📖 Documentation Structure\n\n### 🏠 **Home \u0026 Core Concepts**\n- **Introduction \u0026 Quickstart**: Get started with Neutron basics\n- **Integrated Architecture**: Understanding Neutron's unique Consumer Chain design\n- **Opinionated Blockchains**: How Neutron enables focused blockchain applications\n- **Proof of Liquid Staking**: Neutron's innovative consensus and security model\n- **Modular Governance**: Decentralized decision-making mechanisms\n- **Tokenomics**: NTRN token economics and utility\n\n### 💹 **DeFi Ecosystem**\n- **DeFi Overview**: Complete landscape of Neutron's financial applications\n- **Featured Protocols**: Duality, SuperVaults, Bull vs Bear, Drop Staking\n- **Integration Guides**: How to connect with Neutron's DeFi infrastructure\n\n### 👨‍💻 **Developer Resources**\n- **Getting Started**: Developer onboarding and environment setup\n- **SDK \u0026 Tools**: Neutron Template, BullBear integration, boilerplates\n- **Comprehensive Tutorials**: \n  - CosmWasm smart contract development\n  - Interchain Accounts (ICA) and Queries (ICQ)\n  - Integration testing and deployment\n  - Indexing and data analysis\n- **Modules Documentation**: Deep dives into Neutron's custom modules\n- **API Reference**: Complete technical specifications\n\n### 🔒 **Validator Operations**\n- **Overview**: Complete validator ecosystem and requirements\n- **Node Setup**: Comprehensive guide for running Neutron nodes\n- **Becoming a Validator**: Step-by-step validator registration process\n- **Oracle Operations**: Slinky oracle setup and maintenance\n- **Economics**: Validator incentives, rewards, and performance metrics\n- **Security**: Best practices and operational guidelines\n\n## 🛠 Development\n\nThis documentation is built with [Mintlify](https://mintlify.com), a modern documentation platform designed for developer-focused content.\n\n### Local Development\n\n1. **Install Mintlify CLI**:\n   ```bash\n   npm i -g mintlify\n   ```\n\n2. **Preview documentation locally**:\n   ```bash\n   mintlify dev\n   ```\n\n3. **Install dependencies** (if needed):\n   ```bash\n   mintlify install\n   ```\n\n### Publishing Changes\n\nDocumentation is automatically deployed when changes are pushed to the default branch. For more information about Mintlify's deployment process, visit the [Mintlify documentation](https://mintlify.com/docs).\n\n### Troubleshooting\n\n- **Mintlify dev isn't running**: Run `mintlify install` to re-install dependencies\n- **Page loads as a 404**: Make sure you are running in a folder with `docs.json`\n- **Build errors**: Check the [Mintlify troubleshooting guide](https://mintlify.com/docs/troubleshooting)\n\n### Key Features\n\n- 🎨 **Beautiful Design**: Modern, responsive interface with dark/light modes\n- 🔍 **Advanced Search**: Full-text search across all documentation\n- 📱 **Mobile Optimized**: Perfect experience on all devices\n- 🔗 **Deep Linking**: Direct links to specific sections and code blocks\n- 💻 **Code Examples**: Interactive code samples and tutorials\n- 🌐 **Multi-format Support**: MDX, API references, and rich media\n\n## 🌐 Community \u0026 Resources\n\n### Official Links\n- **Website**: [neutron.org](https://neutron.org)\n- **App**: [app.neutron.org](https://app.neutron.org)\n- **GitHub**: [github.com/neutron-org](https://github.com/neutron-org)\n\n### Community\n- **Discord**: [Join our community](https://discord.com/invite/bzPBzbDvWC)\n- **Twitter**: [@neutron_org](https://twitter.com/neutron_org)\n- **Forum**: [Neutron Governance](https://forum.neutron.org)\n\n## 📊 Repository Statistics\n\n- **Comprehensive Coverage**: 100+ documentation pages\n- **Multi-audience**: Developers, validators, and end users\n- **Active Maintenance**: Regular updates with protocol developments\n- **Community Driven**: Open source with community contributions\n\n## 📝 License\n\nThis documentation is open source and available under the [MIT License](LICENSE).\n\n---\n\n*Neutron: Secure, interoperable, and developer-friendly blockchain infrastructure for the next generation of DeFi.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneutron-org%2Fneutron-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneutron-org%2Fneutron-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneutron-org%2Fneutron-docs/lists"}