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

add built in challenge for crypto names #34

Open
estebanabaroa opened this issue Jan 4, 2024 · 0 comments
Open

add built in challenge for crypto names #34

estebanabaroa opened this issue Jan 4, 2024 · 0 comments

Comments

@estebanabaroa
Copy link
Member

there should be a built in challenge for validating crypto names, for example if someone has a .eth, you give him 1 free reply per hour, 1 free post per day and 0 free votes per hour (giving free votes would be easy to game I think).

I guess it would work like this

const cryptoNameAuthorAddressChallegeSubplebbit = {
  title: 'crypto name author address challenge subplebbit',
  settings: {
    challenges: [
      {
        name: 'crypto-name-author-address',
        options: {
          tlds: ['eth', 'sol'],
        },
     ]
  }
}

TODO: figure out how to add rate limit and fallback challenge

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