معرفی شرکت ها


dexa-sdk-0.1.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Store and manage Data Exchange Agreements (DEXA)
ویژگی مقدار
سیستم عامل -
نام فایل dexa-sdk-0.1.9
نام dexa-sdk
نسخه کتابخانه 0.1.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده George J Padayatti
ایمیل نویسنده george.padayatti@igrant.io
آدرس صفحه اصلی https://github.com/decentralised-dataexchange/dexa-sdk
آدرس اینترنتی https://pypi.org/project/dexa-sdk/
مجوز License :: OSI Approved :: Apache Software License
<h1 align="center"> Data Exchange Agreements (DEXA) SDKs </h1> <p align="center"> <a href="/../../commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/decentralised-dataexchange/dexa-sdk?style=flat"></a> <a href="/../../issues" title="Open Issues"><img src="https://img.shields.io/github/issues/decentralised-dataexchange/dexa-sdk?style=flat"></a> <a href="./LICENSE" title="License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=flat"></a> </p> <p align="center"> <a href="#about">About</a> • <a href="#release-status">Release Status</a> • <a href="#contributing">Contributing</a> • <a href="#licensing">Licensing</a> </p> ## About This 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. ## Release Status Not released, work in progress. ## Installation Requirements: - Python 3.8.9 or higher ### Plugin Installation Install this plugin into the virtual environment: ```sh $ pip install dexa-sdk ``` ### Usage Hyperledger aries agents with DEXA protocols enabled can be created using DEXA SDK. Sample script is given below: In `agent.py`, copy the following. ```python from dexa_sdk.agent.commands.start import execute args = [ "-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", "<ethereum node rpc endpoint>", "--intermediary-eth-private-key", "<data intermediary ethereum private key>", "--org-eth-private-key", "<org ethereum private key>", "--contract-address", "<contract address>" ] execute(args) ``` and run by executing `python agent.py`. #### Using docker ```sh docker 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 <ethereum node rpc endpoint> --intermediary-eth-private-key <data intermediary ethereum private key> --org-eth-private-key <org ethereum private key> --contract-address <contract address> ``` ## Contributing Feel free to improve the plugin and send us a pull request. If you found any problems, please create an issue in this repo. ## Licensing Copyright (c) 2022-25 LCubed AB (iGrant.io), Sweden Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0. Unless 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.


نیازمندی

مقدار نام
>=0.13.0,<0.14.0 asynctest
>=7.1.2,<8.0.0 pytest
>=3.4.2,<4.0.0 green
>=12.5.1,<13.0.0 rich
>=1.0.3,<2.0.0 merkletools
>=0.2.1,<0.3.0 jcs
>=1.0,<2.0 merklelib
>=2.13.0,<3.0.0 semver
>=0.6.0,<0.7.0 loguru
>=1.9.1,<2.0.0 pydantic
==2.0.1 PyLD
>=6.2.0,<7.0.0 rdflib
>=2.23.0,<2.24.0 requests
>=1.0.3,<2.0.0 py-multibase
>=0.2.1,<0.3.0 py-multicodec
==3.5.1 marshmallow
>=0.16.0,<0.17.0 uvloop
==2.0.1 MarkupSafe
>=1.16.0,<2.0.0 python3-indy
>=6.15.1,<7.0.0 ipykernel
==0.5.6.dev1 acapy-patched
>=5.30.0,<6.0.0 web3
>=1.1.1,<2.0.0 py-solc-x
>=0.20.0,<0.21.0 validators
>=2.4.0,<3.0.0 PyJWT
==0.1.15 acapy-mydata-did-protocol
==0.1.11 dexa-protocol


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl dexa-sdk-0.1.9:

    pip install dexa-sdk-0.1.9.whl


نصب پکیج tar.gz dexa-sdk-0.1.9:

    pip install dexa-sdk-0.1.9.tar.gz