Skip to content

nobbennob/nobi-filecoin-lotus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%