CPC Fusion
Project description
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
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
Built Distribution
File details
Details for the file cpc-fusion-0.1.29.tar.gz
.
File metadata
- Download URL: cpc-fusion-0.1.29.tar.gz
- Upload date:
- Size: 143.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6b47d677afe656590623011aaae6b7360b3098c59a8f892019b8ac82baa1354 |
|
MD5 | 5621e8d28dd6b99b4225a29f8a83de54 |
|
BLAKE2b-256 | c085303f6c4758f8189f466b23cd626ae40492c548428bb50b6161048023f4a4 |
File details
Details for the file cpc_fusion-0.1.29-py3-none-any.whl
.
File metadata
- Download URL: cpc_fusion-0.1.29-py3-none-any.whl
- Upload date:
- Size: 187.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75e74583d7f32bb6cee6c65cc66934a638b15b34ff14e79c3ce0aeba09b5d79b |
|
MD5 | 7b6a3dfb08be0c83d862d85195322f5b |
|
BLAKE2b-256 | 403f967a7ebce3ee704c63344b2382c9f442f1fd2984c9e93a011a2e365ce39b |