Skip to main content

RecordsKeeper Python library

Project description

RecordsKeeper-python-lib

It is an infrastructure to build RecordsKeeper blockchain-based applications, products and is used to work around applications that are built on top of this blockchain platform.

Note: If you're looking for the RecordsKeeper Python Library please see: RecordsKeeper Python Library

Getting Started

Before you begin you'll need to have python v2 installed. There are several options for installation for python depending on the operating system you are using.

pip install -g RecordsKeeperPythonLib

Import these python libraries first to get started with the library classes and functions.

    import requests
    import json
    from requests.auth import HTTPBasicAuth
    import yaml
    import sys
    import binascii

Creating Connection

Entry point for accessing Address class resources.

Config file to import config parameters:

    with open("config.yaml", 'r') as ymlfile:
        cfg = yaml.load(ymlfile)

Importing chain url and chain name from config file:

  • URL: Url to connect to the chain ([RPC Host]:[RPC Port])
  • Chain-name: chain name
    url = network['url']
    chain = network['chain']

Node Authentication

Importing user name and password values from config file to authenticate the node:

  • User name: The rpc user is used to call the APIs.
  • Password: The rpc password is used to authenticate the APIs.
    user = network['rkuser']
    password = network['passwd']

Libraries

  • Addresses Library to work with RecordsKeeper addresses. You can generate new address, check all addresses, check address validity, check address permissions, check address balance by using Address class. You just have to pass parameters to invoke the pre-defined functions.

  • Assets Library to work with RecordsKeeper assets. You can create new assets and list all assets by using Assets class. You just have to pass parameters to invoke the pre-defined functions.

  • Block Library to work with RecordsKeeper block informaion. You can collect block information by using block class. You just have to pass parameters to invoke the pre-defined functions.

  • Blockchain Library to work with RecordsKeeper block informaion. You can collect block information by using block class. You just have to pass parameters to invoke the pre-defined functions.

  • Permissions Library to work with RecordsKeeper permissions. You can grant and revoke permissions like connect, send, receive, create, issue, mine, activate, admin by using Assets class. You just have to pass parameters to invoke the pre-defined functions.

  • Stream Library to work with RecordsKeeper streams. You can publish, retrieve and verify stream data by using stream class. You just have to pass parameters to invoke the pre-defined functions.

  • Transaction Library to work with RecordsKeeper transactions. You can send transaction, create raw transaction, sign raw transaction, send raw transaction, send signed transaction, retrieve transaction information and calculate transaction's fees by using transaction class. You just have to pass parameters to invoke the pre-defined functions.

  • Wallet Library to work with RecordsKeeper wallet functionalities. You can create wallet, dump wallet into a file, backup wallet into a file, import wallet from a file, lock wallet, unlock wallet, change wallet's password, retrieve private key, retrieve wallet's information, sign and verify message by using wallet class. You just have to pass parameters to invoke the pre-defined functions.

Unit Tests

Under RecordsKeeperPythonLib/test using test data from config.yaml file.

  • To run all the test cases:
python -m unittest discover -v
  • To run a particular test case:
python -m unittest test_name
  • To run test cases with green:
green test_name

Documentation

The complete docs are here: RecordsKeeper python library documentation.

License

Copyright (c) 2016-2018 Recordskeeper License: GNU General Public License version 3, see COPYING

Portions copyright (c) 2014-2017 Coin Sciences Ltd Portions copyright (c) 2009-2016 The Bitcoin Core developers Portions copyright many others - see individual files

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

RecordsKeeperPythonLib-0.1.3.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

RecordsKeeperPythonLib-0.1.3-py2-none-any.whl (22.8 kB view details)

Uploaded Python 2

File details

Details for the file RecordsKeeperPythonLib-0.1.3.tar.gz.

File metadata

  • Download URL: RecordsKeeperPythonLib-0.1.3.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.14

File hashes

Hashes for RecordsKeeperPythonLib-0.1.3.tar.gz
Algorithm Hash digest
SHA256 2dea7aa7e87a7f435e72d65ced2e2b2d1a7fe4fdc8f86caa11b75e98e061e5e7
MD5 e926f529c48e15703d4bec32ba738a24
BLAKE2b-256 ef3ec7f4bcf23d699ad64e9c0da411a7f68abfc6ce2a942e6f22d65f94bd2128

See more details on using hashes here.

File details

Details for the file RecordsKeeperPythonLib-0.1.3-py2-none-any.whl.

File metadata

  • Download URL: RecordsKeeperPythonLib-0.1.3-py2-none-any.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.14

File hashes

Hashes for RecordsKeeperPythonLib-0.1.3-py2-none-any.whl
Algorithm Hash digest
SHA256 d2e5a93262bf645fb574c50fa83aba57f1259832ecfb03aeee217e0a7b186704
MD5 a22b104f4636a31f604181d07f885c52
BLAKE2b-256 8220ddfe69b5a1fd6bd4b475882b8b6ad3a7702a64296ed5520a728f7cc13196

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