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
Given a quantity of carbon credits available to claim,
backend has to call a Offseter contract to update onchain the available quantity of cc's that a user can claim.
Process is folowing :
Binary check every x seconds if quantity is available in db (we will add values by hand at the beginning)
Once quantity of cc's can be unlock (quantity is present in db)
Backend confirms availability of cc's to Offseter contract
Removes the quantity in db
The text was updated successfully, but these errors were encountered:
Given a quantity of carbon credits available to claim,
backend has to call a
Offseter contract
to update onchain the available quantity of cc's that a user can claim.Process is folowing :
Offseter contract
The text was updated successfully, but these errors were encountered: