Pymaker
A Python API for the Maker Smart Contracts
Introduction
Installation
git clone https://github.com/makerdao/pymaker.git
cd pymaker
pip3 install -r requirements.txtKnown Ubuntu issues
sudo apt-get install build-essential automake libtool pkg-config libffi-dev python-dev python-pip libsecp256k1-devKnown macOS issues
Available APIs
Code samples
Token transfer
Updating a DSValue
SAI introspection
Multi-collateral Dai
Asynchronous invocation of Ethereum transactions
Multiple invocations in one Ethereum transaction
Ad-hoc increasing of gas price for asynchronous transactions
Testing
Last updated