Skip to main content

Setup test environment

info

For more information and scripts related to the deployment, please refer to the ./deployment/edc_vc directory of the GitHub repository.

The docker-compose.yaml defines a simple testbed. This Postman collection relies on this testbed. To start the testbed.

docker compose up --detach

To restart the testbed

docker compose restart

To stop the testbed

docker compose stop

warning

The certificates used by this testbed should never be used in a production environment.

Services

  • consumer runs the consumer connector
  • provider runs the provider connector
  • http-server is not required by the current set of tests, but might be useful for future tests (e.g. file transfer)