You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
The Govern UI in the current state is not user-friendly:
Suggested Improvements
input fields in Govern should expand/linewrap or accept formatted input (with linebreaks)
there should be guidance on the input format (quotation marks needed, square brackets/parentheses) for all solidity types (bool, uint, int, address, bytes, structs, arrays, and their combinations), for example, via tooltips
the UI should provide help to input large integers correctly, for example by
converting them into decimals and displaying them as small annotations (Pitfall: the correct number of decimals has to be fetched or specified manually. ANT: 18, USDC: 6 (!))