在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:maxlath/ipfs-add-from-url开源软件地址:https://github.com/maxlath/ipfs-add-from-url开源编程语言:JavaScript 100.0%开源软件介绍:ipfs-add-from-urlA command line executable to add a file to IPFS from a URL instead of a file path DependencyMake sure IPFS is installed and the daemon running ipfs daemon InstallGlobally npm install -g ipfs-add-from-url
# Use anywhere
ipfs-add-from-url https://inventaire.io/public/icon/120.png In a project npm install ipfs-add-from-url --save
# Use directly from npm scripts
ipfs-add-from-url https://inventaire.io/public/icon/120.png
# Or using the relative path from the command line
./node_modules/.bin/ipfs-add-from-url https://inventaire.io/public/icon/120.png AlternativeAs suggested by ftnd33, you can do pretty much the same with wget -q -O - http://url.tld | ipfs add -q |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论