You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .changeset/swift-rabbits-appear.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
"@latticexyz/explorer": minor
3
3
---
4
4
5
-
Initial release of the @latticexyz/explorer package. Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future.
5
+
Initial release of the `@latticexyz/explorer` package. World Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future.
6
6
7
-
Read more on how to get started or contribute in the [Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md).
7
+
Read more on how to get started or contribute in the [World Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md).
|`worldAddress`| The address of the world to explore | None |
38
+
|`worldsFile`| Path to a worlds configuration file (used to resolve world address) | None |
39
+
|`indexerDatabase`| Path to your SQLite indexer database | "indexer.db" |
40
+
|`chainId`| The chain ID of the network | 31337 |
41
+
|`port`| The port on which to run the World Explorer| 13690 |
42
+
|`env`| The environment to run the World Explorer in (e.g., "development", "production") | "production" |
43
43
44
44
## Example setup
45
45
46
-
An example setup is provided in the `examples/local-explorer` directory, demonstrating a full setup for using the explorer in a local development environment:
46
+
An example setup is provided in the `examples/local-explorer` directory, demonstrating a full setup for using the World Explorer in a local development environment:
47
47
48
48
1.**Setup**
49
49
@@ -61,15 +61,15 @@ An example setup is provided in the `examples/local-explorer` directory, demonst
61
61
62
62
## Contributing
63
63
64
-
To contribute to or modify the explorer, the easiest way is to run the example setup in `development` mode:
64
+
To contribute to or modify the World Explorer, the easiest way is to run the example setup in `development` mode:
65
65
66
66
1.**Setup**
67
67
68
68
Navigate to the `examples/local-explorer` directory and locate the `mprocs.yaml` file.
69
69
70
70
2.**Configure**
71
71
72
-
In `mprocs.yaml`, ensure the explorer command is set up correctly. For example:
72
+
In `mprocs.yaml`, ensure the `explorer` command is set up correctly. For example:
73
73
74
74
```yaml
75
75
explorer:
@@ -82,4 +82,4 @@ To contribute to or modify the explorer, the easiest way is to run the example s
82
82
pnpm dev
83
83
```
84
84
85
-
Files can now be edited in the `packages/explorer` directory, and changes will be reflected in the running explorer instance.
85
+
Files can now be edited in the `packages/explorer` directory, and changes will be reflected in the running World Explorer instance.
0 commit comments