distrib_block_crypto
This repository contains the code used for the work presented in the paper "Blockchain Cryptographic Framework for Reproducibility and Accountability in Distributed Healthcare Analytics"
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.8%) to scientific vocabulary
Repository
This repository contains the code used for the work presented in the paper "Blockchain Cryptographic Framework for Reproducibility and Accountability in Distributed Healthcare Analytics"
Basic Info
- Host: GitHub
- Owner: leocatnucc
- License: mit
- Language: Python
- Default Branch: main
- Size: 13.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
distribblockcrypto: BLOCKCHAIN COMMUNICATION LIBRARY DEMO
This repository contains the code used for the work presented in the paper "Blockchain Cryptographic Framework for Reproducibility and Accountability in Distributed Healthcare Analytics". The code implements a library for communication with a blockchain system via API and manages the cryptographic procedures necessary for the operations described in the paper.
Tutorial
Clone repository and access the repo folder
cd distrib_block_crypto/Install requirements:
pip install -r requirements.txtIF NECESSARY, generate public/private key pair and install the public one in the remote host:
ssh-keygen -t rsa ssh-copy-id -i ~/.ssh/mykey.pub username@my_remote_hostAdd your blockchain credentials and paths to the config.yaml file.
Add path to the logfile in the main.py.
Run the main.py file to notarize and sign the testfilerepo_demo.txt.
Owner
- Login: leocatnucc
- Kind: user
- Repositories: 1
- Profile: https://github.com/leocatnucc
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Nucciarelli" given-names: "Leonardo" orcid: "https://orcid.org/0009-0003-8085-1365" - family-names: "Gottardelli" given-names: "Benedetta" orcid: "" - family-names: "Gatta" given-names: "Roberto" orcid: "" title: "distrib_block_crypto" version: 1.0.0 doi: date-released: 2024-03-06 url: "https://github.com/leocatnucc/distrib_block_crypto"
GitHub Events
Total
Last Year
Dependencies
- PyYAML ==6.0.1
- Requests ==2.31.0