"(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 "" "请注意,在主网和signet上铭刻的时候这些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 "最终你可以挖取一些区块来开始服务器:" #: src/guides/testing.md:70 msgid "" "```\n" "bitcoin-cli generatetoaddress 6 \n"