Update readme.

This commit is contained in:
rzadp 2019-06-04 15:18:49 +02:00
parent 3a3ebf9747
commit 98e2dc9c0d
2 changed files with 8 additions and 6 deletions

@ -4,21 +4,23 @@ 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]
```
Spins up parity networks, redis, rabbit, e2e container needed for end-to-end tests.
Shut down and cleans up containers, networks, services, running scripts:
```
./down.sh
```
Shuts down and cleans up containers, networks, services, running scripts.
### Components
| Component | Description |
| --- | --- |
| deploy | Deploys the Smart Contracts |
| oracle | Launches oracle containers |
| ui | launches UI containers |
| blocks | Mines blocks |
| oracle | Launches Oracle containers |
| ui | Launches UI containers |
| blocks | Auto mines blocks |