Skip to main content

Python utility library for GXC

Project description

GXCUtil

GXCUtil is a Python utility library for GXC.

Installation

Add this repository to requirements and install with pip install -r requirements.txt

requirements.txt

... (other requirements)
git+https://github.com/Game-X-Coin/gxcutil.git@master

Utilities

GXCUtil includes several pure Python (exclude AES) utility functions.

  • ecc - Pure python ECC methods. Supports Secp256k1 and wNAF caching implemented.
  • aes.py - AES encrypt/decrypt
  • base58.py - Base58 encode/decode
  • client.py - Django request IP parser
  • hash.py - A few hash functions
  • key.py - GXC private/public key converter
  • serialize.py - GXC transaction serializer
  • utils.py - etc.

Caution

This repository is implemented and maintained for internal use only. Please use GXCUtil on your own risk.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gxcutil-0.1.18.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

gxcutil-0.1.18-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page