Skip to main content

Credits Blockchain Implementation in Python

Project description

Centre.PyCS

Icon Centre.PyCS

Third Party Library for implementing Credits Blockchain in Python

Installation of PIP

pm> pip install Centr.PyCS 

Or

pm> pip3 install Centr.PyCS 

Getting started

After installing it's time to actually use it. To get started we have to add the PyCS namespace: Import Connector from PyCS;.

Centre is providing an easy way of connecting to the Credits Blockchain where the goal is to limit the time needed for new Developers intergrating the Credits Blockchain into there projects

Detailed Documentation

For All Centre build Libraries there is detailed documentation which can be found here: https://centr.gitbook.io/netcs

Connector Object

In order to get the library working we first need to initialize the Connector object

connect_ = Connector("95.111.224.219:9091");

The Connector object needs to have 2 variables the first: IP address of a node running Credits Blockchain and Second: the API port of that particular node.

Examples

Retrieving Balance

For a very easy example we are going to retrieve a Balance of a give wallet address

Connect_ =  Connector("165.22.212.253:9090")
print(Connect_.WalletGetBalance("ACkyon3ERkNEcNwpjUn4S6TLP3L76LFg3X6kWoJx82dK"))

With only 2 Lines of code we can now retrieve a balance from the blockchain that easy !

Sending Transaction

In the next example we are going to send an transaction with the native currency CS

connect_ = new Connector("95.111.224.219:9091");
Print(connect_.SendTransaction(1, 0, "Enter Sender Publickey", "Enter Sender Privatekey", "Enter Receiver Publickey"));

Well look at that ! You now sended an transaction on the Credits Blockchain great job ;)

Contribution

Everyone is free to help me out as this will be a community driven Library !

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

Centre.PyCS-0.2.0.1.tar.gz (49.4 kB view details)

Uploaded Source

File details

Details for the file Centre.PyCS-0.2.0.1.tar.gz.

File metadata

  • Download URL: Centre.PyCS-0.2.0.1.tar.gz
  • Upload date:
  • Size: 49.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.4

File hashes

Hashes for Centre.PyCS-0.2.0.1.tar.gz
Algorithm Hash digest
SHA256 cf3f09c4a4910e7674b65ec97652571446f57560dac1d9f629cffa24e3d88e6d
MD5 71c3fecc7547fb28255b2bd36d3b9780
BLAKE2b-256 ada67e5fe2d12aa896a67a1055ceb2258a30e8202d25cdddb03ed9d816e83e65

See more details on using hashes here.

Supported by

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