This is my fork for use in the Cardano integration.
Main changes so far:
- Fixed a
poetry.lockbug - Added a Dockerfile along with build, test, and hack scripts
- Published the Docker image
./docker-build.sh./docker-test.shSubstitute 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-dbRun the other make commands in the electionguard-python container.
nix-shell -p docker-compose
./docker-shell.sh
make eg-e2e-simple-election

