在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:AlgoveraAI/ipfspy开源软件地址:https://github.com/AlgoveraAI/ipfspy开源编程语言:Jupyter Notebook 85.8%开源软件介绍:Welcome to Immerse by Algovera
What is Immerse?Immerse is a python library by Algovera to interact with IPFS and IPFS ecosystem such as the common pinning services. It is designed by data scientists for data scientists to interact with the IPFS ecosystem without leaving the comfort of python and jupyter notebook. You can learn more about IPFS here IPFS is built using the go-lang and javascript. With Immerse, you can interact with IPFS using the exposed HTTP RPC API. You will need a local IPFS Node running to use the HTTP API (even when using Immerse). As an alternative, you can connect via the Infura's dedicated IPFS gateway. Immerse provide both ways to interact with IPFS. Installingto do: instructions on how to install library goes here How to useTo adda file to IPFS, simply from immerse import httpapi
url = get_coreurl()
response, json = add_items(url, "path/to/file") |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论