Python bindings for the MobileCoin daemon API.
Project description
Python bindings for the mobilecoind
API
You must separately install and run mobilecoind
. See https://github.com/mobilecoinofficial/mobilecoin/ for details.
Example
import mobilecoin
mobilecoind_address = "localhost:4444"
use_ssl = False
mobilecoind = Client(mobilecoind_address, use_ssl)
print(mobilecoind.get_ledger_info())
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
mobilecoin-0.1.2.tar.gz
(23.0 kB
view hashes)
Built Distribution
mobilecoin-0.1.2-py3-none-any.whl
(35.9 kB
view hashes)
Close
Hashes for mobilecoin-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | abde6237751e5e4e918b422871f92f11856328eaf1fbca2a86128715b25b0bfa |
|
MD5 | bbec459e3547ca96d6aaa5e57629bb68 |
|
BLAKE2b-256 | 7f7207168a7d2ac255955b3885d42b9986da5eca89652923ad37038f6a98c636 |