Skip to content

Commit

Permalink
Update explorer.md (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
elocremarc authored Aug 22, 2023
1 parent 8d146ca commit fb0457c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/guides/explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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).

### Running The Explorer
The server can be run locally with:

`ord server`

To specify a port add the `--http-port` flag:

`ord server --http-port 8080`

To test how your inscriptions will look you can run:

`ord preview <FILE1> <FILE2> ...`

Search
------

Expand Down

0 comments on commit fb0457c

Please sign in to comment.