-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External denyLists #4077
Comments
I was thinking of a "report abuse" feature with a moderation team behind (or another solution) |
Apart from solutions mentioned in kodadot/snek#94: we can calculate some "user score" and if the art goes below some treshold we can hide whole collection |
I'm looking for more on-chain native ways 🤔 |
👀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, we need to do change to the codebase and release it to production when someone does copymint, which is not so flexible I guess for adding/removing.
Probably good opportunity to think some future-compatible system how we can implement it with future report system, so people could have ability to report us copymints for review.
I would propose some another repository so more people can see discussion and someone could take care of reversal image search and evaluate copymint &c
wyt
okay, this solves nicely through code, but will we be pushing new deployment every time someone does copy mint?
Probably making some external repository as storage with json, which would do fetch and check these array of banned addresses?
Originally posted by @yangwao in #4076 (comment)
The text was updated successfully, but these errors were encountered: