Python
The Python implementation ...
Source Code
To contribute, install or view the code in-depth, visit the GitHub respository https://github.com/dcdpr/did-btcr2-py.
Contributing
Fork and clone https://github.com/{USERNAME}/did-btcr2-py.git, install from source, checkout a new branch, make changes, push to git and submit a PR.
Install
From main
bash
pip install libbtcr2@git+https://github.com/dcdpr/did-btcr2-py
From source
bash
# Clone the repository
git clone https://github.com/dcdpr/did-btcr2-py.git
# Change directory
cd did-btcr2-py
# Setup development env
python -m venv venv
# Activate the virtual env
source venv/bin/activate
# Install requirments.txt
pip install -r requirements.txt
WARNING
This implementation is currently in experimental alpha stage.
There is no pip package available for the time being.
Usage
- TODO - embed code blocks and/or let users run code block and receive outputs
Create
- TODO - usage examples for Create
Resolve
- TODO - usage examples for Resolve
Update
- TODO - usage examples for Update
Deactivate
- TODO - usage examples for Deactivate