Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 936 Bytes

File metadata and controls

19 lines (13 loc) · 936 Bytes

Governance Events Bot Template

This bot monitors governance contracts that use the modular system of Governance contracts available from OpenZeppelin. All of the possible emitted events are coded into the logic of the bot, so that a developer only needs to update a few values in a data file to customize the bot before deployment.

OpenZeppelin Governance Contracts

Bot Setup Walkthrough

The following steps will take you from a completely blank template to a functional bot.

  1. address (required) - The value corresponding to this key is the address of the governance contract to monitor.

  2. abiFile (required) - The name of the ABI file that corresponds to the governance contract to monitor. All of the supported ABI files are already present in the ./abi subdirectory, so the only step necessary is to type the correct name of the applicable ABI file.