Implementation Instructions

Authors: BlockScience and SDF, July 2023

A PoC implementation in Rust for Soroban by Alejo Mendoza, Karol Bisztyga and Mateusz Kowalski is located in the voting-pocarrow-up-right GitHub repository. It implements the Neural Governance, Quorum Delegation and the Trust Graph Bonus governance modules and we'll use it as the basis for providing instructions.

A technical summary for learnings when implementing an MVP version of Neural Quorum Governance on SCF can be found on a post by Karol Bisztygaarrow-up-right: SCF Voting Mechanism Implementationarrow-up-right.

1) Decide on Quorum Delegation Parameters

2) Implement Base Module

An example for instructions to set this up can be found herearrow-up-right.

Last updated