"メモします。( [p5.js](https://p5js.org) を例とします:" #: src/guides/testing.md:55 msgid "" "```\n" "ord -r wallet inscribe --fee-rate 1 --file 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." 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 "" "これは'inscription_id'を返す必要があります。その後、再帰的な銘文でそれを参照" "することができます。" #: src/guides/testing.md:65 msgid "Then you can inscribe your recursive inscription with:" msgstr "次のコマンドを使用して、再帰的な碑文を刻むことができます。:" #: src/guides/testing.md:66 msgid "" "```\n" "ord -r wallet inscribe --fee-rate 1 --file recursive-inscription.html\n" "```" msgstr "" #: src/guides/testing.md:69 msgid "Finally you will have to mine some blocks and start the server:" msgstr "" "最終的には、サーバーを開始するためにいくつかのブロックを掘ることができます:"