Skip to content

freedomlayer/offset_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Offset

Build Status

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

This repository contains Dockerfiles for:

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

How to use?

Install Docker

See instructions here.

Build docker images

  • To build stindex: ./index/build
  • To build strelay: ./relay/build
  • To build stnode: ./node/build