Skip to content

Files

Latest commit

a26c484 · Apr 17, 2023

History

History
This branch is 12010 commits behind ethereum-optimism/optimism:develop.

chain-mon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 17, 2023
Jan 31, 2023
Mar 23, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Apr 5, 2023
Jan 31, 2023
Jan 31, 2023
Apr 5, 2023
Jan 31, 2023

@eth-optimism/chain-mon

codecov

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