Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.24 KB

File metadata and controls

50 lines (33 loc) · 1.24 KB

ElectionGuard Python

This is my fork for use in the Cardano integration.

Main changes so far:

Build

./docker-build.sh

docker-build demo

Test

./docker-test.sh

docker-test demo

Hack

Substitute your system package manager for Nix here if you want.

The Docker shell bind mounts the source code + data dirs, so you can edit from the host system and work with sample files easily.

Run the docker compose make commands in a host nix-shell.

nix-shell -p docker-compose gnumake python3
make start-db

Run the other make commands in the electionguard-python container.

nix-shell -p docker-compose
./docker-shell.sh
make eg-e2e-simple-election

docker-shell demo