Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggwpez/fellowship-compliance
Shows the compliance of each Fellowship member.
https://github.com/ggwpez/fellowship-compliance
blockchain dao polkadot
Last synced: 5 days ago
JSON representation
Shows the compliance of each Fellowship member.
- Host: GitHub
- URL: https://github.com/ggwpez/fellowship-compliance
- Owner: ggwpez
- License: gpl-3.0
- Created: 2023-11-17T18:50:03.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-07T15:47:33.000Z (8 months ago)
- Last Synced: 2024-04-15T05:13:19.844Z (7 months ago)
- Topics: blockchain, dao, polkadot
- Language: Rust
- Homepage: https://fellowship.tasty.limo/
- Size: 3.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# (Inofficial) Fellowship Compliance Board
Shows compliance data for the members of the [Polkadot Fellowship](https://github.com/polkadot-fellows). Data is updated every 12hrs. Hopefully someone will create a nicer light-client app. This is just best effort until we have something nice.
# Deployment
It is a single binary without the need for a static asset directory. Build and start with:
```bash
# If you need an SSL cert:
certbot certonly
cargo install --path .
# Allow non-sudo binaries to listen on low ports:
sudo setcap 'cap_net_bind_service=+ep' $(which fellows)
fellows --endpoint 0.0.0.0 --port 443 --cert mycert.pem --key mykey.pem
```# Columns
Explanation for each row that you can see on [fellowship.tasty.limo](https://fellowship.tasty.limo):
![Overview](.assets/overview.png)
## Name
The name as registered in the Polkadot identity pallet.
### Verified
Whether a valid judement was provided. Only `KnownGood` and `Reasonable` are accepted.
## Github
Whether a Github handle was detected in the additional identity data on the pallet in the Polkadot relay.
Must be set according to this [tutorial](https://github.com/polkadot-fellows/runtimes/blob/main/docs/on-chain-identity.md).### Verified
Whether or not the Github profile contains the Polkadot address of the Fellowship member. Valid example:
![Profile](.assets/profile.png)## Address
The Polkadot address associated with the member. This is the address that is expected in the Github bio.
## Rank
The rank of the member.
# License
The SPDX license identifier is GPL-3.0-only. See [LICENSE](LICENSE).