https://github.com/stellar/stellar-community-fund-contracts
https://github.com/stellar/stellar-community-fund-contracts
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stellar/stellar-community-fund-contracts
- Owner: stellar
- Created: 2024-04-30T16:00:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T16:32:59.000Z (about 2 years ago)
- Last Synced: 2024-05-29T02:35:54.727Z (about 2 years ago)
- Language: Rust
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Neural Quorum Governance Contracts
> ⚠️ Code in this repository has not been audited and is under development.
[Neural Quorum Governance](https://stellarcommunityfund.gitbook.io/scf-handbook/community-involvement/governance/neural-quorum-governance) is a governance framework implemented on the Stellar blockchain.
This repository contains smart contract used to conduct voting on-chain and rust modules we are using to calculate
neurons voting powers, as well as some additional helper modules for testing and development.
## `/neurons`
Contains source code of neurons. [See neurons docs for more details](neurons/README.md).
## `/contracts`
Contains the source code of various smart contracts:
#### `governance`
Neural Quorum Governance contract. [See contract docs for more details](contracts/governance/README.md).
#### `scf_token`
Stellar Community Fund Token contract. [See contract docs for more details](contracts/scf_token/README.md).
#### `governor`
[Soroban Governor](https://github.com/script3/soroban-governor) contract, slightly modified for our specific use case. [See contract docs for more details](contracts/governor/README.md).
## `/offchain`
Contains source code of additional utility module. [See offchain docs for more details](offchain/README.md).
## Reporting Bugs and Issues
Found a bug or an issue and want to report it?
Please [open an issue](https://github.com/stellar/stellar-community-fund-contracts/issues).
## Contributing
This repository is under active development. Read the [contributing guidelines](./CONTRIBUTING.md) for more
information.