Skip to content

Commit

Permalink
format README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Aug 7, 2024
1 parent 33f6f03 commit f3ca3d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# dispute-explorer

This is a dispute explorer for showing dispute games information who use op stack

You can use Docker to run this.
Expand All @@ -14,23 +15,33 @@ Download and install Docker.
```
mv .env.template .evn
```


Check failure on line 19 in README.md

View workflow job for this annotation

GitHub Actions / Run markdown-lint

Multiple consecutive blank lines [Expected: 1; Actual: 2]
```
#log_format you can use console or json
LOG_FORMAT=console
# config your mysql data source
MYSQL_DATA_SOURCE=<data-source>
# config chain name to tag your block chain name
BLOCKCHAIN=<block-chain-name>
# l1 rpc url example: eth json rpc url
L1_RPC_URL=<l1-rpc>
RPC_RATE_LIMIT=15
RPC_RATE_BURST=5
# the block number which before the first game has been created to make sure can not missing any game
FROM_BLOCK_NUMBER=6034337
# FROM_BLOCK_NUMBER block hash
FROM_BLOCK_HASH=0xafc3e42c5899591501d29649ffef0bfdec68f8d77e6d44ee00ef88cfb1a2f163
# the contract address of dispute game factory proxy
DISPUTE_GAME_PROXY_CONTRACT=0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1
API_PORT=8080
```

Expand Down Expand Up @@ -98,6 +109,7 @@ You should get a result, similar to :
```

And, use `Default Admin API Key`, `key` to update config.yml

```
meilisearch:
api_url: http://localhost:7701
Expand Down

0 comments on commit f3ca3d4

Please sign in to comment.