IPFS 搭建

作者: Aaronshao | 来源:发表于2018-05-03 20:16 被阅读0次

    Linux平台

    1. 下载IPFS安装

    https://ipfs.io 官网上下载ipfs的安装包

    2. 解压安装包

    然后

    cd go-ipfs

    执行 ./install.sh

    3.项目配置

    ipfs init

    4.启动项目

    ipfs daemon

    5.查看节点id

    ipfs id

    6.查看启动情况

    http://localhost:5001/webui会看到一个漂亮的UI界面。

    相关文章

      网友评论

        本文标题:IPFS 搭建

        本文链接:https://www.haomeiwen.com/subject/pgblrftx.html