https://github.com/indicio-tech/aries-acapy-plugin-data-transfer
https://github.com/indicio-tech/aries-acapy-plugin-data-transfer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/indicio-tech/aries-acapy-plugin-data-transfer
- Owner: Indicio-tech
- License: apache-2.0
- Created: 2020-12-09T19:15:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T17:43:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T04:17:30.149Z (about 1 year ago)
- Language: Python
- Size: 304 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ACA-Py Plugin - Data Transfer
=============================More details to come.
### `provide-data`
Example:
```json
{
"@type": "https://didcomm.org/data-transfer/0.1/provide-data",
"@id": "c783e26d-68e3-412f-b120-aa955f00b23b",
"goal_code": "test_goal",
"data~attach": [
{
"description": "test data attachment",
"data": {
"json": {"test": "data"}
}
}
]
}
```