> For the complete documentation index, see [llms.txt](https://hypernexus.gitbook.io/hyper-nexus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hypernexus.gitbook.io/hyper-nexus/development-and-contributing.md).

# Development and Contributing

### Codebase Overview <a href="#codebase-overview" id="codebase-overview"></a>

The Hyperliquid Stablecoin Dashboard codebase is designed with modularity and scalability in mind. It primarily uses:

* **Node.js/TypeScript** backend for interacting with PostgreSQL and Goldsky pipelines.
* **React/Next.js** frontend (if applicable) for user interfaces and dashboard visualization.
* **Privy SDK** for multi-method authentication and embedded wallet management.
* **PostgreSQL** as a data warehouse running inside Docker containers.
* Supporting libraries for Telegram bot interaction and alerting.

### Future Open Source Plans <a href="#future-open-source-plans" id="future-open-source-plans"></a>

* Once the repository is **refined and simplified**, with clear modular boundaries and thorough documentation, it will be made **public for community contributions**.
* This phased approach ensures the codebase remains maintainable and the project vision clear.
* Open sourcing will be accompanied by contribution guidelines, coding standards, and automated testing workflows.

### Coding Standards and Testing <a href="#coding-standards-and-testing" id="coding-standards-and-testing"></a>

* Current code adheres to standard practices using linters (ESLint) and formatters (Prettier).
* Unit and integration tests are encouraged using Jest or similar frameworks.
* Automated CI/CD pipelines are planned to ensure code quality and smooth deployments.

### How to Contribute (Internal) <a href="#how-to-contribute-internal" id="how-to-contribute-internal"></a>

* Discussions take place over team communication channels ([Discord)](https://discord.gg/FheS75Ju)
* Developers create feature branches from the main branch.
* Pull requests undergo reviews before merging.
* Once public, a CONTRIBUTING.md file will outline community contribution processes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hypernexus.gitbook.io/hyper-nexus/development-and-contributing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
