Skip to main content

mcrpc: MultiChain RPC Library

Project description

mcrpc - Multichain RPC client

Version Downloads

Content Blockchain RPC Client

A Python 3 MultiChain RPC client built for the Content Blockchain Project

The versioning scheme follows MultiChain and includes code generated function annotations and api documentation to support code completion and get you up to speed fast.

Code Completion

mcrpc code completaion

Code Documentation

mcrpc documentation

Installing

The RPC client is published with the package name mcrpc on Python Package Index. Install it with:

$ pip3 install mcrpc

Usage

If you have a local blockchain node with default data-dir you can do:

import mcrpc

client = mcrpc.autoconnect()
client.getinfo()

Change Log

2.0.6.0 (2020-05-03)

  • Add autoconnect convenience function
  • Switched package versioning to match multichain
  • Switched to poetry based packaging
  • Updated to multichain node 2.0.6

1.0.2 (2019-02-13)

  • Fix signature of appendrawexchange and completerawexchange
  • Build rpc client against Multichain 2 Beta 2
  • Add pretty-print support for response objects
  • Sort response class properties for cleaner diffs on updates

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

mcrpc-2.0.6.0.tar.gz (48.0 kB view hashes)

Uploaded Source

Built Distribution

mcrpc-2.0.6.0-py3-none-any.whl (50.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