Skip to content
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

Incoming NFTs filter protocol (something like twitter DMs) #24

Open
gagliardetto opened this issue Oct 11, 2022 · 0 comments
Open

Incoming NFTs filter protocol (something like twitter DMs) #24

gagliardetto opened this issue Oct 11, 2022 · 0 comments

Comments

@gagliardetto
Copy link

features

  • Incoming NFTs get filtered by a "filter app".
  • The filter app serves as a handler for all incoming NFTs (configurable which filter to use).
  • The filter app has a standard protocol of doing things.
  • Anyone can implement their own "filter apps" following the filter app protocol (add AI, custom deny lists, etc.)

basic implementation

  • Incoming NFTs are matched against a list of allowed mints.
  • If the NFT mint is allowed, then you will see in the "incoming" folder.
  • If not, then it stays in the "quarantine" folder.
  • You can manually approve an NFT to appear in the wallet.
  • Idea by https://twitter.com/redacted_noah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant