Giveth / DeVouch-FE

Front-end repository of the DeVouch project
https://de-vouch-fe-givethio.vercel.app
GNU General Public License v3.0
24 stars 2 forks source link

change logic of attestation issuance, to handle new contract #167

Open divine-comedian opened 1 week ago

divine-comedian commented 1 week ago

In the new contract put in place from https://github.com/Giveth/DeVouch-contracts/issues/5 we will need to change how we issue attestations from the front end to interact instead with the new contract, calling certain functions instead of interacting directly with EAS. The new contract will allow us to:

this will likely require us to move away from the easSDK and write custom contract calls to the deployed contract.

Similarly when a user is editing a given attestation they have issued they should also use this new contract.