-
Notifications
You must be signed in to change notification settings - Fork 0
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
Custom connector: As an Enaleia admin, I want to make the attestation from admin portal #4
Comments
Blocked by #3 , extending dates |
Require an assistant to enable directus admin portal make attestation, probably https request within the directus flow |
modified description and create a new task for updating scheme extending deadline to Jan 15th for testnet phase |
This was referenced Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the custom lib and develop a service so that admin can make attestation when the record is ready to be attested.
Data flow from Directus -> EAS -> Directus
Expecting result:
user enter data via directus admin portal
user fill up all the fields, except for EAS - UID
user is ready to make an attestation, (TBD: 2 possible flow: CRON job or manually trigger)
directus trigger a flow, wrap all nesssery data into a json and call the Custom connector
Connector make attestation and fetch EAS-UID and timestamp when complete and post back to directus
we will use “on-chain” attestation method
You will need a temporary wallet address and some eth on OP sepolia.
When everything works well, ready for mainnet, we will switch the wallet to the Enaleia wallet
The text was updated successfully, but these errors were encountered: