Skip to content

create identity for a given account - close #15

Hugo Trentesaux requested to merge hugo/idtycreation into develop

This MR lets a user create an identity using the "certify" button (first certification). It prepares the logic to handle other certifications (adding certification, renewing certification...) but do not handle these cases yet.

It also fixes type augmentation by:

I did not find a cleaner way to achieve this, but I can not imagine working with the duniter rpc api without proper type augmentation.

Merge request reports