Skip to content

Files

Latest commit

a8bb8bc · Nov 30, 2023

History

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

chain-mon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 28, 2023
Nov 17, 2023
Jan 31, 2023
Nov 9, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Nov 28, 2023
Jan 31, 2023
Jun 29, 2023
Jul 20, 2023
Nov 30, 2023
Nov 9, 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
pnpm install
pnpm 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:

pnpm start:<service name>

For example, to run drippie-mon, execute:

pnpm start:drippie-mon