1. IPFS
Contents
Learn how to build the future of the internet https://docs.ipfs.io/
なにか問題があるのか。日本ではほとんど話題にならない。
- 仮想通貨の界隈でも静かだ。 このwikiのように小さいファイルが多数ある世界には向いていないような気がする。
https://twitter.com/crypto_ipfs/status/1318100905850408960?s=20
コンテンツ指向型プロトコル ??? どういう説明?
1.1. Filecoin
そこで生み出されたのがFilecoinです。Filecoinは一種の仮想通貨です。 FilecoinはProof-of-Spacetimeという仕組みによりIPFS上にストレージを提供した時間や量に応じて仮想通貨Filecoinが与えられることでIPFS参加ノードがコンテンツを保持するインセンティブが加わることになるのです。
IPFS(InterPlanetary File System)とは?仕組みや技術をわかりやすく解説 https://bitcoin-fx.jp/?p=17532
IPFSの使い方をわかりやすく解説~環境構築からファイルのダウンロード方法まで~ https://bitcoin-fx.jp/?p=17832
1.2. neocities.org
https://blog.neocities.org/blog/2015/09/08/its-time-for-the-distributed-web.html
Part 2: How IPFS solves these problems
1.3. history
IPFS files can also be special IPFS directory objects, which allow you to use human readable filenames (which transparently link to other IPFS hashes). You can load the directory’s index.html by default, the same way a standard HTTP server does. Using directory objects, IPFS allows you to make static web sites exactly the same way you make them today. It’s a single command to add your web site to an IPFS node: ipfs add -r yoursitedirectory. After that, it’s available from any IPFS node without requiring you to link to any hashes in the HTML (example, and example with index.html renamed).