> For the complete documentation index, see [llms.txt](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/smart-contract-testing-debugging.md).

# Smart Contract Testing / Debugging

En este apartado puedes encontrar varios toolkits para chains, pero recomiendo en totalidad *<mark style="color:yellow;">FOUNDRY</mark>*

{% stepper %}
{% step %}

### Documentacion Foundry

<https://book.getfoundry.sh/>
{% endstep %}

{% step %}

### Foundry 101 - Cyfrin&#x20;

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

{% step %}

### Foundry Avanzado

<https://updraft.cyfrin.io/courses/advanced-foundry>
{% endstep %}

{% step %}

### Documentacion HardHat

<https://hardhat.org/hardhat-runner/docs/other-guides/waffle-testing>
{% endstep %}
{% endstepper %}
