# NodeChain

## Welcome to NodeChain

**Nodechain** is a service that allows you to create nodes on a blockchain and connect to them natively through the JSON-RPC protocol to its API. In short, it allows the user to build and manage their own nodes natively without having to rely on external services.

This GitBook contains all the documentation related to APIs, theoretical model and project structure.

## Getting started

If this is your first time building NodeChain and you want to set up your environment, use the quick start guide.

{% content-ref url="/pages/qfNqjvbrQ5UvusSkxDIz" %}
[Quick start](/nodechain-en/develop/quick-start.md)
{% endcontent-ref %}

Use the how-to guides to learn about using NodeChain in more depth.

{% content-ref url="/pages/Pl99IJYh93G69RcmwgfK" %}
[How-to](/nodechain-en/develop/how-to.md)
{% endcontent-ref %}

## Looking for the API specification?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/8z8xuxME8BumauUEmeRO" %}
[API Reference](/nodechain-en/reference/api-reference.md)
{% endcontent-ref %}

## Contribution guidelines

When contributing to NodeChain note that we have a code of conduct, please follow it in all your interactions with the project to keep the community healthy.

{% content-ref url="/pages/BlUFJtbzeCWqMg3URL2m" %}
[Contributing](/nodechain-en/develop/contributing.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://phoenix-7.gitbook.io/nodechain-en/nodechain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
