Openzeppelin Governor Bravo

Hi support, i want to ask how to get all proposals on openzeppelin governor bravo from frontend? ethersjs?

Thank you

1 Like

Hi @Billy_Rootkit. You can read the proposals from the events using Ethers.js filters. However, generally for frontend development I would recommend using TheGraph.

We have an implementation of a subgraph for indexing Governor events over at OpenZeppelin Subgraphs.