An open API service indexing awesome lists of open source software.

https://github.com/freedomlayer/offset_docker

Dockerized Offset services
https://github.com/freedomlayer/offset_docker

Last synced: about 1 month ago
JSON representation

Dockerized Offset services

Awesome Lists containing this project

README

          

# Dockerized Offset

[![Build Status](https://travis-ci.com/freedomlayer/offset_docker.svg?branch=master)](https://travis-ci.com/freedomlayer/offset_docker)

**Offset** is a decentralized payment system, allowing to pay and process
payments efficiently and safely.

- [Offset repository](https://github.com/freedomlayer/offset)

This repository contains Dockerfiles for:

- stindex (Offset index)
- strelay (Offset relay)
- stnode (Offset node)

# How to use?

## Install Docker

See instructions [here](https://docs.docker.com/install/).

## Build docker images

- To build stindex: `./index/build`
- To build strelay: `./relay/build`
- To build stnode: `./node/build`