ipfs-share

command module
v0.0.0-...-93caf77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2023 License: ISC Imports: 11 Imported by: 0

README

IPFS Share

An example IPFS-powered Pastebin / Image Host / File Sharing application.

Instructions (Docker)

The easiest way to start the application is using Docker compose.

git clone https://github.com/rameshvarun/ipfs-share.git
cd ipfs-share && docker compose up

You can now visit the application at http://localhost:3000/.

Instructions (non-Docker)

To run outside of a Docker container, you need a few prequisites.

  • A version of Go
  • A running IPFS daemon.
    • The IPFS Desktop app provides one while it is running.
    • Otherwise you can run ipfs daemon to run one from the CLI.
go get github.com/rameshvarun/ipfs-share
cd ~/go/src/github.com/rameshvarun/ipfs-share
go run server.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL