Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mapdev33 authored Apr 9, 2024
1 parent 3305b39 commit 2a2a618
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ under the root directory of the repo
`make build`: Builds `compass` in `./build`.
`make install`: Uses `go install` to add `compass` to your GOBIN.

# Oracle

use the `oracle` mode to synchronize the information of blocks in each chain according to the information in the configuration file

Start with the following command:
```zsh
compass-oracle oracle --blockstore ./block-eth-map --config ./config.json --keystorePath ./key.json
```

# Maintainer

Synchronize the information of blocks in each chain according to the information in the configuration file
Expand Down

0 comments on commit 2a2a618

Please sign in to comment.