Skip to main content

CPC Fusion

Project description

cpc-fusion

cpc-fusion

python3License: GPL v3Pull RequestsFollow Twitter

A Python package based on web3.py to interact with cpchain.

  • Python 3.5+ support

Installation

cpc_fusion.py can be installed (preferably in a virtualenv) using pip as follows:

pip install cpc-fusion

Installation from source can be done from the root of the project with the following command.

pip install .

Using Fusion

To use the web3 library you will need to initialize the Web3 class.

Use the auto module to guess at common node connection options.

from cpc_fusion import Web3
cf = Web3(Web3.HTTPProvider('http://127.0.0.1:8501'))
cf.cpc.blockNumber
>>> 34341

Note

If you get the result UnhandledRequest: No providers responded to the RPC request then you are not connected to a node.

Read more in the documentation on CPChain.

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

cpc-fusion-0.1.29.tar.gz (143.9 kB view hashes)

Uploaded Source

Built Distribution

cpc_fusion-0.1.29-py3-none-any.whl (187.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