Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 642 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 642 Bytes

@eth-optimism/drippie-mon

codecov

drippie-mon is a simple service for monitoring Drippie contracts.

Installation

Clone, install, and build the Optimism monorepo:

git clone https://github.com/ethereum-optimism/optimism.git
yarn install
yarn build

Running the service

Copy .env.example into a new file named .env, then set the environment variables listed there. Once your environment variables have been set, run via:

yarn start