Metadata-Version: 2.1
Name: filecoin-lotus
Version: 1.0.1
Summary: A package interact with bitcoin node
Home-page: https://github.com/wenqinchao/filecoin-lotus
Author: Wen
Author-email: wenqinchao@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# filecoin-lotus
A simple python package interacts with the filecoin lotus node, python version >=3.6 is recommend
# Install
```
pip3 install filecoin-lotus
```

# Groups
* [connect](#connect)


# connect 
```
from filecoin_lotus.filecoin import FileCoin
fc = FileCoin(FileCoin.HttpProvider())
```

# Tips
- 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.

