8f47c93369
* Removed duplicate entry * Started introducing ui dockerfile * frozen lockfiles * Removed unnecessary steps from Dockerfile.e2e * Added start instruction * Added docker-compose with instructions to UI * Updated readme. * Removed unnecessary command |
||
---|---|---|
.. | ||
envs | ||
scripts | ||
constants.json | ||
docker-compose.yml | ||
down.sh | ||
README.md | ||
up.sh | ||
utils.js |
POA Token Bridge / E2E-Commons
Common scripts and configuration for the end-to-end tests.
Usage
Spin up parity networks, redis, rabbit, e2e container needed for end-to-end tests:
./up.sh [components]
Shut down and cleans up containers, networks, services, running scripts:
./down.sh
Components
Component | Description |
---|---|
deploy | Deploys the Smart Contracts |
oracle | Launches Oracle containers |
ui | Launches UI containers |
blocks | Auto mines blocks |