2019-9-18號 工作日誌 裝一下ipfs的環境

http://conferences.sigcomm.org/acm-icn/2019/tutorial-IPFS.php

1、安裝

In order to participate in the hands-on part of the tutorial, attendees should bring their own laptop (at least one for each two attendees) having a code editor and a pre-installed recent version of IPFS Desktop, Go, and Node.js, as well as clone the js-libp2p examples repository. Basic programming knowledge is a requirement and some Javascript knowledge is a welcome bonus.
爲了參與本教程的實際操作部分,與會者應帶上自己的筆記本電腦(每兩位與會者至少一臺),筆記本電腦上有一個代碼編輯器和預安裝的最新版本的ipfs desktop、go和node.js,並克隆js-libp2p示例庫。基本的編程知識是一個要求,一些javascript知識是一個受歡迎的獎勵。

(1)code editor
https://code.visualstudio.com/docs/?dv=win
下載個vscode,還有一個sublime text3,應該夠用了
(2)pre-installed recent version of IPFS Desktop====done
安裝桌面版的IPFS,以及桌面版的如何使用
https://github.com/ipfs-shipyard/ipfs-desktop
(3)Go
在windows下安裝go
https://blog.csdn.net/dongl890426/article/details/83747719
下載go的安裝包
https://studygolang.com/dl
go的安裝路徑在:
在這裏插入圖片描述
下面這一步,設置go的環境變量先不做了
在這裏插入圖片描述
測試一下go裝好了嗎
在這裏插入圖片描述

(4)Node.js
Windows下Node.js安裝及環境配置
https://www.cnblogs.com/xinaixia/p/8279015.html

但是發現,我電腦上其實已經裝了node.js了
在這裏插入圖片描述

(5)clone the js-libp2p examples repository
libp2p :which is the modular network stack of IPFS
https://github.com/search?q=libp2p

下載鏈接:https://github.com/libp2p/js-libp2p
下載好了,放在了Z:\研二\澳門開會

2、其他鏈接

https://www.ipfsmain.cn/cn/news/info/id/5.html
IPFS簡單介紹

https://ipfs.io/
IPFS官網

https://blog.csdn.net/u013022210/article/details/80363107
IPFS安裝參考

https://docs.ipfs.io/introduction/usage/
IPFS官方文檔

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章