IPFS project
IPFS 教學
Tutorial
https://github.com/ipfs/js-ipfs/tree/master/examples
安裝
Linux https://gist.github.com/MiguelBel/b3b5f711aa8d9362afa5f16e4e972461
sudo apt-get update
sudo apt-get install golang-go -y
wget https://dist.ipfs.io/go-ipfs/v0.4.10/go-ipfs_v0.4.10_linux-386.tar.gz
tar xvfz go-ipfs_v0.4.10_linux-386.tar.gz
sudo mv go-ipfs/ipfs /usr/local/bin/ipfs初始化
ipfs init
ipfs daemon上傳
// 檔案
ipfs add <file path>
// 資料夾
ipfs add -r ./下載
也可在以下網站查看
可以輸入以下進入節點資訊頁面
JS-IPFS
js 版本的IPFS
(目前在windows無法正常使用)
上傳
下載
記得要寫上以下 抓取錯誤
有時會出現以下錯誤
刪除該lock檔案即可
Last updated
Was this helpful?