Install
Install the package
Add the published PyNukez package to a Python 3.9+ runtime before constructing any client.
pip install pynukez # Python 3.9+# current public release: 4.0.21# optional SDK-development extra:# pip install "pynukez[dev]"
Code notes
Install the PyPI package into any Python 3.9+ runtime. The core SDK covers gateway requests, receipts, locker provisioning, file operations, attestation, and verification; payment execution stays outside the SDK.
PyNukez supports Solana and Monad payment flows, including Ed25519 and secp256k1 signing contexts. Transfer helpers belong outside the core client.
