rchain-community / transaction-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Transaction database

Requirement

Python >=3.6

Install

git clone https://github.com/zsluedem/transaction-server.git
cd transaction-server
pip install -r requirements.txt

Run

python main.py -c /path/to/your/config.yml

Config

Use yaml file to config.

Config Example

Docker

docker run -v config.yml:/transaction_server/config.yml -d zsluedem/transaction-server

About


Languages

Language:Python 99.2%Language:Dockerfile 0.8%