Kimlic / iOS

0 stars 0 forks source link

Address Registration #62

Open dmytronasyrov opened 6 years ago

dmytronasyrov commented 6 years ago

In order to start working with Quorum we have to make an additional call before doing phone and email verifications.

App needs to call setAccountFieldMainData method on AccountStorageAdapter contract with following parameters: transaction from - user account address, obtained on step 3 contract name - AccountStorageAdapter method name - setAccountFieldMainData data - hash of any data attribute available on mobile app side at the moment. Hash algorithm agreed was SHA-256 accountFieldName - name of data attribute

This query should be done with Quorum library.