swarmcity / SwarmCityStore

Combination of IPFS and a replicating hash index backed by the blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swarm City

Build Status

Swarm City Store

Introduction

The store will be a combination of IPFS and a replicating hash index backed by the blockchain

Install dependencies

  • git

    Install git commandline tool.

  • docker

    Install docker. The community edition (docker-ce) will work. In Linux make sure you grant permissions to the current user to use docker by adding current user to docker group, sudo usermod -aG docker $USER. Once you update the users group, exit from the current terminal and open a new one to make effect.

  • docker-compose

    Install docker-compose

Note:- Make sure you can run git, docker ps, docker-compose without any issue and without sudo command.

About

Combination of IPFS and a replicating hash index backed by the blockchain

License:MIT License


Languages

Language:Shell 100.0%