A simple python package interacts with the filecoin lotus node, python version >=3.6 is recommend
pip3 install filecoin-lotus
from filecoin_lotus.filecoin import FileCoin
fc = FileCoin(FileCoin.HttpProvider())
- The default parameters of these functions are not specified in the document, you need to check the source code by yourself.
- The current document is incomplete, I will gradually improve the document later.