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:
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