Developer Docs
Python SDK
MobileCoin Python Package
The mobilecoin Python Package provides python bindings to the mobilecoind API.
It can be installed with:
pip3 install mobilecoin
The prerequisite to using these bindings is to run mobilecoind, the ledger syncing and wallet daemon. Please see the mobilecoind documentation for instructions to build and run mobilecoind.
Jupyter Notebook
Please explore our Jupyter Notebook Example Wallet, using the mobilecoin Python package to send and receive payments.
Show Me the Code