Shows compliance data for the members of the Polkadot Fellowship. Data is updated every 12hrs. Hopefully someone will create a nicer light-client app. This is just best effort until we have something nice.
It is a single binary without the need for a static asset directory. Build and start with:
# 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
Explanation for each row that you can see on fellowship.tasty.limo:
The name as registered in the Polkadot identity pallet.
Whether a valid judement was provided. Only KnownGood
and Reasonable
are accepted.
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.
Whether or not the Github profile contains the Polkadot address of the Fellowship member. Valid example:
The Polkadot address associated with the member. This is the address that is expected in the Github bio.
The rank of the member.
The SPDX license identifier is GPL-3.0-only. See LICENSE.