We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concept: https://octobay.github.io/docs/GOVERNANCE.html UI Mockups: https://www.figma.com/proto/AzJ6BbBetEwtD6h6p8q1uM/Octobay-Governance-UI?scaling=scale-down
Some inspiration: https://github.com/Giveth/minime https://github.com/LibertyPie/Governance/tree/main/contracts
Our token factory (#5) will need a template contract to launch new governance tokens. These tokens must:
transfer/tranferFrom/mint/burn
balanceOfAt(uint256 blocknumber)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Concept: https://octobay.github.io/docs/GOVERNANCE.html
UI Mockups: https://www.figma.com/proto/AzJ6BbBetEwtD6h6p8q1uM/Octobay-Governance-UI?scaling=scale-down
Some inspiration:
https://github.com/Giveth/minime
https://github.com/LibertyPie/Governance/tree/main/contracts
Our token factory (#5) will need a template contract to launch new governance tokens. These tokens must:
transfer/tranferFrom/mint/burn
only through the Octobay main contractbalanceOfAt(uint256 blocknumber)
, which requires keeping track of historical data, see minime token (optional)The text was updated successfully, but these errors were encountered: