Upgrade RSKj, fix and document test suite #465

Merged
greg merged 7 commits from core/upgrade_rskj into master 2023-02-14 13:01:55 +00:00
Showing only changes of commit f9e7d98bf9 - Show all commits

View File

@ -1,3 +1,14 @@
# kosmos_rsk
Configures/deploys RSK-related software.
Configures/deploys RSKj and related software.
## Testing
With a Docker daemon running:
```bash
kitchen create
kitchen converge
kitchen verify
kitchen destroy
```