#: src/guides/testing.md:42 msgid "" "```\n" "bitcoin-cli generatetoaddress 1 \n" "```" msgstr "" #: src/guides/testing.md:45 msgid "View the inscription in the regtest explorer:" msgstr "regtest एक्‍सप्‍लोर में इंस्‍क्रीप्‍शन (डिजिटल अभिलेख) देखें:" #: src/guides/testing.md:46 msgid "" "```\n" "ord -r server\n" "```" msgstr "" #: src/guides/testing.md:50 msgid "Testing Recursion" msgstr "टेस्टिंग रिकर्सन (परीक्षण प्रत्‍यावर्तन)" #: src/guides/testing.md:53 msgid "" "When testing out [recursion](../inscriptions/recursion.md), inscribe the " "dependencies first (example with [p5.js](https://p5js.org)):" msgstr "" " [रिकर्सन](../inscriptions/recursion.md) का परीक्षण करते समय, पहले संभावी परिसम्‍पत्ति को " "उत्‍कीर्ण करें (example with [p5.js](https://p5js.org)):" #: src/guides/testing.md:55 msgid "" "```\n" "ord -r wallet inscribe --fee-rate 1 p5.js\n" "```" msgstr "" #: src/guides/testing.md:58 msgid "" "This should return a `inscription_id` which you can then reference in your " "recursive inscription."