msgstr "При тестировании [рекурсии](../inscriptions/recursion.md), сначала пропишите зависимости (пример с[p5.js](https://p5js.org):" #: src/guides/testing.md:55 msgid "" "```\n" "ord -r wallet inscribe --fee-rate 1 --file p5.js\n" "```" msgstr "" "```\n" "ord -r wallet inscribe --fee-rate 1 --file p5.js\n" "```" #: src/guides/testing.md:58 msgid "This should return a `inscription_id` which you can then reference in your recursive inscription." msgstr "Это должно вернуть значение `inscription_id`, на которое затем можно ссылаться в рекурсивной надписи." #: 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 "ВНИМАНИЕ: Эти ID будут отличаться при вписывании в mainnet и signet, поэтому не забудьте изменить их в рекурсивном вписывании для каждого чейна." #: src/guides/testing.md:65 msgid "Then you can inscribe your recursive inscription with:" msgstr "Затем можно нанести рекурсивную надпись с помощью:"