Skip to main content

A package interact with bitcoin node

Project description

chia-xch

A simple python package interacts with the chia node, python version >=3.6 is recommend

Install

pip3 install chia-xch

Groups

connect

from chia_xch.xch import Xch
from chia_xch.providers import *
fnp = FullNodeProvider()
fn = Xch.full_node(fnp)

wp = WalletProvider()
wa = Xch.wallet(wp)

Tips

  • The default parameters of these functions are not specified in the document, you need to check the source code by yourself.
  • The current document is incomplete, I will gradually improve the document later.

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

chia-xch-1.0.1.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

chia_xch-1.0.1-py3-none-any.whl (8.2 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