Python SDK library used for interacting the Fetch.AI smart ledger.
- TokenAPI - Send and receive tokens on the network as well as querying balances etc
- TransactionAPI - Determine the status of sent transactions
- Cryptography support
The library can be installed directly from pip using the following command.
$ pip3 install -U fetchai-ledger-api
Note: Since the ledger is going through a period of rapid development we encourage developers to use the latest version of the library.
Make sure that the library is uninstalled from the system (or use a virtualenv) then use the following commnad:
$ python3 setup.py develop