# Programación en Solidity

Esto no es todo, recuerda que al final todo depende de ti. Los cursos y las guías te proporcionarán una base sólida, pero la verdadera base fundamental, tu lógica y capacidad para resolver problemas, la desarrollas tú. Así que, pon manos a la obra y conviértete en un maestro de Solidity. ¡El límite lo pones tú! 🚀

{% stepper %}
{% step %}

### Documentación de Solidity

<https://docs.soliditylang.org/en/latest/>
{% endstep %}

{% step %}

### Solidity 101 - Cyfrin

<https://updraft.cyfrin.io/courses/solidity>
{% endstep %}

{% step %}

### CryptoZombies

<https://cryptozombies.io/es/>
{% endstep %}

{% step %}

### Solidity 101 - Secureum

<https://secureum.substack.com/p/solidity-101?s=r>
{% endstep %}

{% step %}

### Solidity 201 - Secureum

<https://secureum.substack.com/p/solidity-201?s=r>
{% endstep %}
{% endstepper %}


---

# 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://agrawain.gitbook.io/roadmap-hacking-smart-contract/programacion-en-solidity.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.
