tokenbridge/e2e-commons/README.md

28 lines
615 B
Markdown
Raw Normal View History

2019-06-03 16:53:29 +03:00
# POA Token Bridge / E2E-Commons
Common scripts and configuration for the end-to-end tests.
## Usage
2019-06-04 16:18:49 +03:00
Spin up parity networks, redis, rabbit, e2e container needed for end-to-end tests:
2019-06-03 16:53:29 +03:00
```
./up.sh [components]
```
2019-06-04 16:18:49 +03:00
Shut down and cleans up containers, networks, services, running scripts:
2019-06-03 16:53:29 +03:00
```
./down.sh
```
2019-06-03 16:53:29 +03:00
### Components
| Component | Description |
| --- | --- |
| deploy | Deploys the Smart Contracts |
2019-06-04 16:18:49 +03:00
| oracle | Launches Oracle containers |
| ui | Launches UI containers |
| blocks | Auto mines blocks |
| native-to-erc | Creates infrastructure for ultimate e2e testing, for native-to-erc type of bridge |