Skip to content

IPFS

Examples using IPFS

What Where
Official Page https://ipfs.io/
Documentation https://docs.ipfs.io/
Source https://github.com/ipfs
Download https://github.com/ipfs/go-ipfs/releases

Find Peers

ipfs dht findpeer QmYtQ3iJi5RAQYxWJLts7xN1dRNK2n258QEXk4N1eLMZFM

Share encrypted files with IPFS

create key

gpg --gen-key
gpg --export --armor -email > pubkey.asc

share and import key

gpg --import pubkey.asc
gpg --list-keys

share enrypted files

ipfs init
gpg --encrypt --recipient "Cory Heath" myriad.pdf
ipfs add myriad.pdf.gpg

get encrypted files

ipfs get QmYqSCWuzG8cYo4MFQzqKcC14ct4ybAWyrAc9qzdJaFYTL
gpg --decrypt QmYqSCWUZg8Cyo4MFQzqKcC14ct4ybAWyrAc9qzdJaFYTL > myriad.pdf

Hosting

For 0xfab1.net I am using fleek to host the website on IPFS.

With Fleek you get a fleek adress, the IPDS address and I added a CNAME to make it easy to reach:

List of public gateways: https://ipfs.github.io/public-gateway-checker/