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
|
|
|
|
2019-06-04 11:51:34 +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 |
|