Skip to main content

Build the EIF

Build the docker image

Go to the prover_and_ivs_template directory and build the docker image.

docker build -t ivs . -f DockerfileIVS

Save the docker image to a tar file

docker save ivs -o ivs.tar

Build the EIF

oyster-cvm build --platform amd64 --docker-compose ./docker-compose-ivs.yaml --docker-images ./ivs.tar --output result_ivs

The EIF will be saved in the ./result_ivs directory.

Running the docker image locally

docker compose -f docker-compose-ivs-local.yaml up

This will start the docker image and expose the ports to the host machine.