在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:jeroen/ipfs开源软件地址:https://github.com/jeroen/ipfs开源编程语言:R 99.2%开源软件介绍:IPFS
InstallationInstall from Github: devtools::install_github("jeroenooms/ipfs") The installer should automatically download the Getting StartedFirst start the # Start the server in the background
ipfs_daemon()
# Check server status:
ipfs_info() You are now connected to the inter-planetary file system! Download some files: ipfs_get('QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG')
ipfs_cat('QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG/readme')
ipfs_download('QmR7GSQM93Cx5eAg6a6yRzNde1FQv7uL6X1o4k7zrJa3LX/ipfs.draft3.pdf')
utils::browseURL('ipfs.draft3.pdf') Or publish a file of your own! # Publish a file!
writeLines("Hi there!", tmp <- tempfile())
out <- ipfs_add(tmp)
ipfs_browse(out$hash) See the |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论