@hyperlane-xyz/core
Version:
Core solidity contracts for Hyperlane
31 lines (20 loc) • 759 B
Markdown
# @eth-optimism/chain-mon
[](https://codecov.io/gh/ethereum-optimism/optimism)
`chain-mon` is a collection of chain monitoring services.
## Installation
Clone, install, and build the Optimism monorepo:
```
git clone https://github.com/ethereum-optimism/optimism.git
yarn install
yarn build
```
## Running a service
Copy `.env.example` into a new file named `.env`, then set the environment variables listed there depending on the service you want to run.
Once your environment variables have been set, run via:
```
yarn start:<service name>
```
For example, to run `drippie-mon`, execute:
```
yarn start:drippie-mon
```