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
- Host: GitHub
- URL: https://github.com/freedomlayer/offset_docker
- Owner: freedomlayer
- License: mit
- Created: 2019-04-23T19:58:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T07:17:38.000Z (almost 6 years ago)
- Last Synced: 2025-01-15T13:07:26.598Z (over 1 year ago)
- Language: Shell
- Homepage: https://www.offsetcredit.org
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized Offset
[](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`