<#
.SYNOPSIS
	Opens the IPFS website
.DESCRIPTION
	This script launches the Web browser with the IPFS website.
.EXAMPLE
	PS> ./open-ipfs-website
.NOTES
	Author: Markus Fleschutz ยท License: CC0
.LINK
	https://github.com/fleschutz/PowerShell
#>

& "$PSScriptRoot/open-default-browser.ps1" "https://ipfs.io/"
exit 0 # success