http://54.189.151.194/index.html
製作人:徐子修

什麼是IPFS?
IPFS 代表 Inter Planetary File System。
IPFS是一種協議和網絡,用來創建一種內容可尋的點對點方法,目的是在完全分散式文件系統中存儲和共享數據和媒體文件。
下載好後解壓縮並打開 Terminal:
cd path-to-go-ipfs
sudo ./install.sh
即可完成安裝。
測試是否安裝成功:
ipfs help
出現類似於下方圖片的畫面就代表成功啦
接著試著上傳圖片至 IPFS 網路中,首先執行ipfs init
來初始化,接著執行一個 IPFS 的進程ipfs daemon
接著就可以上傳圖片了ipfs add photo.jpg
成功後會看到一串亂碼,類似於下圖
我們可以透過這個亂碼來取得我們上傳的圖片,於瀏覽器中輸入:ipfs.io/ipfs/QmX6E2NLiJV1KtJpT1tXxtWyMFxrbuyBdoKUo7dCpNsukf
即可存取上傳的檔案了! (提醒,第一次存取會花費幾分鐘)
想繼續深入研究 IPFS 可以參考官方網站
智能合約存在於區塊鏈中,但我們要如何跟合約互動呢?
市面上的區塊鏈應用都會建置一個網站或是 APP,讓使用者透過它們與合約互動。這部分你必須會簡易前端的 HTML、Javascript 後端,再透過讀取智能合約的 ABI 後,利用 Javascript 連接 metamask 來傳送交易資訊。
因此這邊列出了一些網頁的學習資源:
W3School https://www.w3schools.com/html/
Codecademy https://www.codecademy.com/learn/learn-html
Bootstrap https://www.w3schools.com/bootstrap4/
Codecademy https://www.codecademy.com/learn/introduction-to-javascript
Javascript Framework — Vue https://vuejs.org/v2/guide/
Javascript Framework — React https://reactjs.org/tutorial/tutorial.html
Codecademy https://www.codecademy.com/learn/learn-python
Python Framework — Flask https://www.tutorialspoint.com/flask/
菜鳥教程 http://www.runoob.com/nodejs/nodejs-tutorial.html
Tour of Go https://tour.golang.org/welcome/1
Golang Framework https://github.com/beego/tutorial
可以自行維基百科 Wikipedia
What is the blockchain? If you don’t know, you should; if you do, chances are you still need some clarification on how it actually works. Don Tapscott is here to help, demystifying this world-changing, trust-building technology which, he says, represents nothing less than the second generation of the internet and holds the potential to transform money, business, government and society.
How the blockchain is changing money and business?