{"id":20841314,"url":"https://github.com/iotexproject/uni-resolver-driver-did-io","last_synced_at":"2026-04-27T02:32:30.702Z","repository":{"id":97187882,"uuid":"270866004","full_name":"iotexproject/uni-resolver-driver-did-io","owner":"iotexproject","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-12T01:38:31.000Z","size":1822,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-01-04T22:23:03.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iotexproject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-09T00:39:22.000Z","updated_at":"2021-12-27T13:52:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"fcad65e1-b783-47bb-b984-6a773c220ccf","html_url":"https://github.com/iotexproject/uni-resolver-driver-did-io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iotexproject/uni-resolver-driver-did-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Funi-resolver-driver-did-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Funi-resolver-driver-did-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Funi-resolver-driver-did-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Funi-resolver-driver-did-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotexproject","download_url":"https://codeload.github.com/iotexproject/uni-resolver-driver-did-io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Funi-resolver-driver-did-io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32320316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T01:19:37.841Z","updated_at":"2026-04-27T02:32:30.680Z","avatar_url":"https://github.com/iotexproject.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uni-resolver-driver-did-iotx\r\n\r\n![IoTex Logo](logo/IoTeX.png)\r\n\r\n# Universal Resolver Driver: IoTex\r\n\r\n## Specifications\r\n\r\n* [Decentralized Identifiers](https://w3c.github.io/did-core/)\r\n\r\n## Example DIDs\r\n\r\n```\r\ndid:io:0x0ddfC506136fb7c050Cc2E9511eccD81b15e7426\r\n```\r\n## Example request:\r\ncurl -X GET http://127.0.0.1:8080/1.0/identifiers/did:io:0x0ddfC506136fb7c050Cc2E9511eccD81b15e7426\r\n\r\n## Build and Run (Docker)\r\nplease change uniresolver_driver_did_io_IoTexConnections and uniresolver_driver_did_io_IoTexContract to the real chain endpoint and contract address\r\n```\r\ndocker build -f ./docker/Dockerfile . -t iotexproject/uni-resolver-driver-did-iotx\r\ndocker run -p 8080:8080 -e \"HOST=0.0.0.0\" -e \"PORT=8080\" -e \"uniresolver_driver_did_io_IoTexConnections=api.testnet.iotex.one:443\" -e \"uniresolver_driver_did_io_IoTexContract=io1j2af3s4f7qjk8eudzx6a6kdhekr7zt2k5y5qlk\" iotexproject/uni-resolver-driver-did-iotx\r\n\r\n```\r\n\r\n## Build and Run\r\nplease modify buildAndRun.sh to change uniresolver_driver_did_io_IoTexConnections and uniresolver_driver_did_io_IoTexContract to the real endpoint and contract address\r\n```\r\n./buildAndRun.sh\r\n```\r\n\r\n## Driver Environment Variables\r\n\r\nThe driver need to set the following environment variables:\r\n\r\nHOST=0.0.0.0 default 0.0.0.0\r\nPORT=8080 default 8080\r\nuniresolver_driver_did_io_IoTexConnections=api.testnet.iotex.one:443\r\nuniresolver_driver_did_io_IoTexContract=io1j2af3s4f7qjk8eudzx6a6kdhekr7zt2k5y5qlk\r\n\r\n## License\r\nThis project is licensed under the [Apache License 2.0](LICENSE).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Funi-resolver-driver-did-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotexproject%2Funi-resolver-driver-did-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Funi-resolver-driver-did-io/lists"}