The zkStrata Playground is a tool to showcase zkStrata, a declarative language for zero-knowledge proof specification over structured data.
The playground can be launched using Docker.
The container is deployed as GitHub Package (see package description).
Alternatively the container can be built manually using this repository:
-
Cloning this repository and its submodules:
git clone https://github.com/MarcKloter/zkStrata-playground.git cd zkStrata-playground git submodule init git submodule update
-
Compiling the multi-stage build:
docker image build -f playground.dockerfile -t playground .
-
Running the container:
docker container run --publish 8000:3000 --detach --name pg playground
-
The playground will be available at http://localhost:8000/.