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

feat(gnorkle): add a simple ghverify agent service #91

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

leohhhn
Copy link
Contributor

@leohhhn leohhhn commented Sep 20, 2024

Description

This PR adds a simple Go service which acts as an agent for the gno.land/r/gnoland/ghverify gnorkle oracle.

It does a few simple things:

  1. Listens for a verification request event on ghverify
  2. Checks if the user can create a public GitHub repo with the username provided for verification & random name (simple "proof of ownership" system)
  3. Sends a TX to tell the ghverify realm that the user indeed has ownership rights to the username, using an address that is whitelisted in the ghverify realm.

WIP

@leohhhn
Copy link
Contributor Author

leohhhn commented Sep 30, 2024

The blocker on this is currently the fact that you cannot listen to events from the Portal Loop. Also, left a few insights here

@n0izn0iz
Copy link

using the indexer? I pushed a fix to allow indexing portal loop here gnolang/tx-indexer#95

@n0izn0iz
Copy link

we were also working on a ghverify agent FYI TERITORI/teritori-dapp#1288

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

Successfully merging this pull request may close these issues.

2 participants