Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.35 KB

Python CI Coverage Status pre-commit Python 3.12 Docker Image Version (latest semver)

Safe Queue Service

Safe Core{API} transaction queue service

Configuration

cp .env.sample .env

Execution

docker compose build
docker compose up

Then go to http://localhost:8000 to see the service documentation.

Setup for development

Use a virtualenv if possible:

python -m venv venv

Then enter the virtualenv and install the dependencies:

source venv/bin/activate
pip install -r requirements/dev.txt
pre-commit install -f
cp .env.sample .env

Contributors

See contributors