Metadata-Version: 2.1
Name: nobi-filecoin-lotus
Version: 1.2.3
Summary: A package interact with bitcoin node
Home-page: https://github.com/nobbennob/nobi-filecoin-lotus
Author: Wen
Author-email: wenqinchao@gmail.com
License: MIT
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
Requires-Dist: requests
Requires-Dist: pycoin
Requires-Dist: cryptos
Requires-Dist: cbors
Requires-Dist: secp256k1

# filecoin-lotus
A simple python package interacts with the filecoin lotus node, python version >=3.6 is recommend
# Install
```
pip3 install nobi-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.
