safe-global / safe-decoder-service

Decodes transaction data providing a human readable output
MIT License
2 stars 0 forks source link

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

Safe Decoder Service

Decodes transaction data providing a human-readable output.

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