You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we will implement a smart contract function allowing users to issue attestations, issue multiple attestations and also collect a small fee on each attestation they make,
We made a new schema using a resolver contract which will collect fees and can be upgraded to add more functionality later on. We need to add this to our back-end config array on SEPOLIA to start testing it:
divine-comedian
changed the title
index attestations made by users through smart contract correctly
add new schema with resolver contract to back-end config, ensure multi-attest works
Nov 20, 2024
we will implement a smart contract function allowing users to issue attestations, issue multiple attestations and also collect a small fee on each attestation they make,
https://github.com/Giveth/DeVouch-contracts/blob/master/src/DevouchAttester.sol#L44
we should ensure the back-end captures attestations made in this new way and attributes them correctly in our DB.
AC
VOUCHES issued by users (with new smart contract implemented) show the correct information
FLAGS issued by users (with new smart contract implemented) show the correct information
EDIT
REVOKE/DELETE
The text was updated successfully, but these errors were encountered: