{"id":48356726,"url":"https://github.com/decentralised-dataexchange/dexa-sdk","last_synced_at":"2026-04-05T11:33:34.107Z","repository":{"id":58708801,"uuid":"519187407","full_name":"decentralised-dataexchange/dexa-sdk","owner":"decentralised-dataexchange","description":"This repository hosts source code for DEXA SDKs and libraries","archived":false,"fork":false,"pushed_at":"2022-11-29T07:26:20.000Z","size":3577,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-27T16:28:53.199Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/dexa-sdk/","language":"Python","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/decentralised-dataexchange.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}},"created_at":"2022-07-29T11:18:55.000Z","updated_at":"2024-11-25T21:59:56.000Z","dependencies_parsed_at":"2023-01-22T17:30:54.754Z","dependency_job_id":null,"html_url":"https://github.com/decentralised-dataexchange/dexa-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/decentralised-dataexchange/dexa-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentralised-dataexchange%2Fdexa-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentralised-dataexchange%2Fdexa-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentralised-dataexchange%2Fdexa-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentralised-dataexchange%2Fdexa-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decentralised-dataexchange","download_url":"https://codeload.github.com/decentralised-dataexchange/dexa-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentralised-dataexchange%2Fdexa-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31434624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-05T11:33:32.290Z","updated_at":"2026-04-05T11:33:34.098Z","avatar_url":"https://github.com/decentralised-dataexchange.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    Data Exchange Agreements (DEXA) SDKs\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"/../../commits/\" title=\"Last Commit\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/decentralised-dataexchange/dexa-sdk?style=flat\"\u003e\u003c/a\u003e\n    \u003ca href=\"/../../issues\" title=\"Open Issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/decentralised-dataexchange/dexa-sdk?style=flat\"\u003e\u003c/a\u003e\n    \u003ca href=\"./LICENSE\" title=\"License\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-Apache%202.0-green.svg?style=flat\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e •\n  \u003ca href=\"#release-status\"\u003eRelease Status\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e •\n  \u003ca href=\"#licensing\"\u003eLicensing\u003c/a\u003e\n\u003c/p\u003e\n\n## About\n\nThis repository hosts the source code for DEXA SDKs and is part of the deliverables for Provenance services with smart data agreement ([PS-SDA](https://ontochain.ngi.eu/content/ps-sda)) project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 957338. It implements common functions for DEXA that is used to implement dexa-protocols. \n## Release Status\n\nNot released, work in progress.\n\n## Installation\n\nRequirements:\n- Python 3.8.9 or higher\n\n### Plugin Installation\n\nInstall this plugin into the virtual environment:\n\n```sh\n$ pip install dexa-sdk\n```\n\n### Usage\n\nHyperledger aries agents with DEXA protocols enabled can be created using DEXA SDK. Sample script is given below:\n\nIn `agent.py`, copy the following.\n\n```python\nfrom dexa_sdk.agent.commands.start import execute\n\nargs = [\n    \"-it\",\n    \"http\",\n    \"0.0.0.0\",\n    \"8006\",\n    \"-ot\",\n    \"http\",\n    \"-e\",\n    \"http://localhost:8006/\",\n    \"--label\",\n    \"Data Source\",\n    \"--admin\",\n    \"0.0.0.0\",\n    \"8005\",\n    \"--admin-insecure-mode\",\n    \"--auto-accept-requests\",\n    \"--auto-ping-connection\",\n    \"--auto-respond-credential-proposal\",\n    \"--auto-respond-credential-offer\",\n    \"--auto-respond-credential-request\",\n    \"--auto-store-credential\",\n    \"--auto-respond-presentation-proposal\",\n    \"--auto-respond-presentation-request\",\n    \"--auto-verify-presentation\",\n    \"--genesis-url\",\n    \"https://indy.igrant.io/genesis\",\n    \"--wallet-type\",\n    \"indy\",\n    \"--wallet-name\",\n    \"Data Source\",\n    \"--log-level\",\n    \"info\",\n    \"--wallet-key\",\n    \"Data Source\",\n    \"--webhook-url\",\n    \"http://localhost:8005/webhooks\",\n    \"--public-invites\",\n    \"--plugin\",\n    \"mydata_did\",\n    \"--plugin\",\n    \"dexa_protocol\",\n    \"--eth-node-rpc\",\n    \"\u003cethereum node rpc endpoint\u003e\",\n    \"--intermediary-eth-private-key\",\n    \"\u003cdata intermediary ethereum private key\u003e\",\n    \"--org-eth-private-key\",\n    \"\u003corg ethereum private key\u003e\",\n    \"--contract-address\",\n    \"\u003ccontract address\u003e\"\n]\n\nexecute(args)\n```\n\nand run by executing `python agent.py`.\n\n#### Using docker\n\n```sh\ndocker run -it igrantio/dexa-sdk:0.1.8 -- -it http 0.0.0.0 8006 -ot http -e http://localhost:8006/ --label Data Source --admin 0.0.0.0 8005 --admin-insecure-mode --auto-accept-requests --auto-ping-connection --auto-respond-credential-proposal --auto-respond-credential-offer --auto-respond-credential-request --auto-store-credential --auto-respond-presentation-proposal --auto-respond-presentation-request --auto-verify-presentation --genesis-url https://indy.igrant.io/genesis --wallet-type indy --wallet-name Data Source --log-level info --wallet-key Data Source --webhook-url http://localhost:8005/webhooks --public-invites --plugin mydata_did --plugin dexa_protocol --eth-node-rpc \u003cethereum node rpc endpoint\u003e --intermediary-eth-private-key \u003cdata intermediary ethereum private key\u003e  --org-eth-private-key \u003corg ethereum private key\u003e --contract-address \u003ccontract address\u003e\n```\n\n## Contributing\n\nFeel free to improve the plugin and send us a pull request. If you found any problems, please create an issue in this repo.\n\n## Licensing\nCopyright (c) 2022-25 LCubed AB (iGrant.io), Sweden\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License.\n\nYou may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecentralised-dataexchange%2Fdexa-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecentralised-dataexchange%2Fdexa-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecentralised-dataexchange%2Fdexa-sdk/lists"}