Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 571 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 571 Bytes

Go Report Card

zuuby-ipfs

Persistent storage implementation using IPFS

Quickstart

First clone the repository and build the Docker image.

$ git clone https://github.com/zuuby/zuuby-ipfs.git
$ cd zuuby-ipfs
$ docker build -t zuuby/zuuby-ipfs:1.0.0 .

A sample Docker run command is provided as an bash script

$ ./cmd/cli/docker_run

Now you can curl the api endpoints at localhost:5000/api/file?hash=<file-hash>