"Lorsque vous testez la [récursion](../inscriptions/recursion.md), inscrivez " "d'abord les dépendances (exemple avec [p5.js](https://p5js.org)) :" #: src\guides/testing.md:58 msgid "" "This should return a `inscription_id` which you can then reference in your " "recursive inscription." msgstr "" "Cela devrait renvoyer un `inscription_id` (id d’inscription) que vous pouvez " "ensuite référencer dans votre inscription récursive." #: src\guides/testing.md:61 msgid "" "ATTENTION: These ids will be different when inscribing on mainnet or signet, " "so be sure to change those in your recursive inscription for each chain." msgstr "" "ATTENTION : Ces ids seront différents si vous inscrivez sur mainnet ou " "signet, assurez-vous donc de les changer dans votre inscription récursive " "pour chaque chaîne." #: src\guides/testing.md:65 msgid "Then you can inscribe your recursive inscription with:" msgstr "Ensuite, vous pouvez inscrire votre inscription récursive avec :" #: src\guides/testing.md:69 msgid "Finally you will have to mine some blocks and start the server:"