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
The configuration was executed as per the steps mentioned in the docs.
The configuration is looking for "name": "Test Proof-Request", we cannot issue this in BC wallet
I think "schema_name": "test-schema" should be Person schema
Person credential attributes should be used instead of "names": ["attr1", "attr2", "attr3"],
curl -X 'POST'
'http://localhost:5000/ver_configs/'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{
"ver_config_id": "test-proof",
"subject_identifier": "",
"generate_consistent_identifier": true,
"proof_request": {
"name": "Test Proof-Request",
"version": "1.0",
"requested_attributes": [
}
}'
The text was updated successfully, but these errors were encountered: