Skip to content

Commit

Permalink
chore: update element example
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Jan 4, 2020
1 parent 1b9a3fe commit aaa87f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You should then be able to resolve identifiers locally using simple `curl` reque
curl -X GET http://localhost:8080/1.0/identifiers/did:erc725:ropsten:2F2B37C890824242Cb9B0FE5614fA2221B79901E
curl -X GET http://localhost:8080/1.0/identifiers/did:hcr:0f674e7e-4b49-4898-85f6-96176c1e30de
curl -X GET http://localhost:8080/1.0/identifiers/did:neoid:priv:b4eeeb80d20bfb38b23001d0659ce0c1d96be0aa
curl -X GET http://localhost:8080/1.0/identifiers/did:elem:-53k-sZFvElLHIiCM-XYydGgFV8aRy_VWAeePUVuCOM
curl -X GET http://localhost:8080/1.0/identifiers/did:elem:EiB9htZdL3stukrklAnJ0hrWuCdXwR27TNDO7Fh9HGWDGg
curl -X GET http://localhost:8080/1.0/identifiers/did:github:gjgd
curl -X GET http://localhost:8080/1.0/identifiers/did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw
curl -X GET http://localhost:8080/1.0/identifiers/did:work:2UUHQCd4psvkPLZGnWY33L
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}, {
"pattern": "^did:elem:(.+)$",
"url": "https://element-did.com/api/v1/sidetree/$1",
"testIdentifiers": [ "did:elem:-53k-sZFvElLHIiCM-XYydGgFV8aRy_VWAeePUVuCOM" ]
"testIdentifiers": [ "did:elem:EiB9htZdL3stukrklAnJ0hrWuCdXwR27TNDO7Fh9HGWDGg" ]
}, {
"pattern": "^(did:github:.+)$",
"url": "https://github-did.com/api/v1/did/$1",
Expand Down

0 comments on commit aaa87f1

Please sign in to comment.