Python signing module for Cardano transactions
Project description
python-signing-module
Python signing module, implementation in Rust, ported over to C++, then to Python.
Requirements
Files
requirements.txt- Runtime dependencies (currently empty - uses only standard library)requirements-build.txt- Dependencies needed to build from source
Building from Source
-
Install system dependencies:
# Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # SWIG and C++ compiler # macOS: brew install swig && xcode-select --install # Ubuntu: sudo apt-get install swig build-essential # CentOS: sudo yum install swig && sudo yum groupinstall "Development Tools"
-
Install Python build dependencies:
pip install -r requirements-build.txt
-
Build:
cd src/ python setup.py build
Publishing
pip install -r requirements-build.txt
python publish_sdist.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cardano_python_signing_module-0.1.0.tar.gz.
File metadata
- Download URL: cardano_python_signing_module-0.1.0.tar.gz
- Upload date:
- Size: 63.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91bfaf0d5fb75e05233dd8537df6ff86195245f6279f04ace75c24e9f210bf57
|
|
| MD5 |
9a06598f9ee3808951af53f38786f33e
|
|
| BLAKE2b-256 |
a7697bece6a2c0b638be30906ef2a6b49f96755d92db10d19cb78a64d47f5b21
|