eosrio / bp-info-standard

JSON Standard for Block Producer Information on EOSIO Blockchains
48 stars 58 forks source link

Add an optional array of URLs linking to projects which benefit the community #27

Closed lukestokes closed 3 years ago

lukestokes commented 5 years ago

Based on a recent conversation with a BP ratings group, the idea of linking to useful projects came up which makes a lot of sense to me. It would still be up to the community to evaluate that BPs level of involvement in the project or how beneficial that project really is to the greater ecosystem, but I think it might be an interesting way for BPs to quickly communicate to others what they are into. Yes, their website will probably do this also, but having it part of the BP.json standard would help others quickly aggregate this information in a useful way for voters.

What do you think?

controllinghand commented 5 years ago

Another alternative to the BP.json file could be a smart contract that BPs can use to register said tool/app/education/resource etc. I'm thinking this could be something in the vain of how proxy account register today I would like to see something like

lukestokes commented 5 years ago

A smart contract would be great, but I wonder if RAM tables would be the best place to store that information since it wouldn't really be needed for on-chain calculations. EOS needs more storage solutions which are easy for people to use. Also, I'd like to see more of the community adopting Schema.org standards like https://pending.schema.org/Project We're trying to do that with our member profiles.

igorls commented 4 years ago

https://github.com/eosrio/bp-info-standard/commit/b9917254144f060994405b11232ae59a7cc75624 other_resources array is sufficient to solve this issue

igorls commented 3 years ago

closing this issue for now, please re-open it if needed