As a user I'd like to import identity from either a website calling the provider, or by pasting in the identity.
Two formats that should be supported:
{
"_trapdoor":"1235452352523",
"_nullifier": "1234567",
"_secret": "123567",
"_identityCommitment":"123567"
}
['0x00000','0x00000'] // (nullifier, trapdoor)
Acceptance Criteria:
As a user I'd like to import identity from either a website calling the provider, or by pasting in the identity.
Two formats that should be supported:
Acceptance Criteria: