Skip to content

therobertc/ledger-api-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch.AI Ledger Python API

Python SDK library used for interacting the Fetch.AI smart ledger.

Features

  • TokenAPI - Send and receive tokens on the network as well as querying balances etc
  • TransactionAPI - Determine the status of sent transactions
  • Cryptography support

Installation

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.

Developing with 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

About

Python library for interacting with the Fetch Ledger

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%