-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(explorer): add world explorer docs page #3074
Conversation
|
Co-authored-by: Kevin Ingersoll <[email protected]>
OK. I added a sentence explaining it's in the template post 2.2.
…On Fri, Aug 30, 2024 at 10:54 AM Kevin Ingersoll ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In docs/pages/world-explorer.mdx
<#3074 (comment)>:
> +1. In a different command-line window, go to `packages/contract`.
+
+1. Run the explorer using `pnpm explorer <options>`.
+
+The World Explorer accepts the following CLI options:
+
+| Option | Description | Default value |
+| ------------------- | ------------------------------------------------------------------- | ------------- |
+| `--worldAddress` | The address of the world to explore | None |
+| `--worldsFile` | Path to a worlds configuration file (used to resolve world address) | worlds.json |
+| `--indexerDatabase` | Path to your SQLite indexer database | indexer.db |
+| `--chainId` | The chain ID of the network | 31337 |
+| `--port` | The port on which to run the World Explorer | 13690 |
+| `--dev` | Run in development mode | false |
+
+## Installation (pre-2.2 MUD)
someone may remove it from their project and want to add it back
—
Reply to this email directly, view it on GitHub
<#3074 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBCGGKC7QQGQ5QOVU53AXTZUCISNAVCNFSM6AAAAABNGPDINKVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDENZSHA3DGMRSGM>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
No description provided.