"explorer, a guide for sat hunters, and a guide to inscriptions." msgstr "请参阅目录以获取指南列表,包括区块浏览器指南、猎聪指南和铭文指南。" #: src/guides/explorer.md:1 msgid "Ordinal Explorer" msgstr "序数浏览器" #: src/guides/explorer.md:4 msgid "" "The `ord` binary includes a block explorer. We host a instance of the block " "explorer on mainnet at [ordinals.com](https://ordinals.com), and on signet " "at [signet.ordinals.com](https://signet.ordinals.com)." msgstr "" "`ord` 文件包含一个区块浏览器。我们的主网区块链器部署在 [ordinals.com]" "(https://ordinals.com), signet部署在[signet.ordinals.com](https://signet." "ordinals.com)." #: src/guides/explorer.md:8 msgid "Running The Explorer" msgstr "运行浏览器" #: src/guides/explorer.md:9 msgid "The server can be run locally with:" msgstr "服务器可以使用本地运行:" #: src/guides/explorer.md:11 msgid "`ord server`" msgstr "" #: src/guides/explorer.md:13 msgid "To specify a port add the `--http-port` flag:" msgstr "指定端口使用`--http-port`标记" #: src/guides/explorer.md:15 msgid "`ord server --http-port 8080`" msgstr "" #: src/guides/explorer.md:17