Skip to content

Commit

Permalink
Merge pull request #650 from cabbagepatchman/patch-1
Browse files Browse the repository at this point in the history
docs: clarify fork testing
  • Loading branch information
apopiak authored Dec 22, 2023
2 parents 91ee6ea + e1e660d commit 32ce263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fork-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* *PARACHAIN* - `coll-01` - `127.0.0.1:3344`, `127.0.0.1:3333`

## Useful commands
* start/stop parchain and relaychain with one cmd `./fork-testing.sh --start/--stop`
* start/stop parachain and relaychain with one cmd `./fork-testing.sh --start/--stop`
* generate `local` chainspec `../target/release/basilisk build-spec --chain local --raw > local-raw.json`
* view logs relaychain `docker-compose --env-file env -f relaychain.yml logs --tail=100 -f {alice|bob|charlie|dave}`
* view logs parachain `docker-compose --env-file env -f parachain.yml logs --tail=100 -f {coll-01|coll-02|coll-03}`

0 comments on commit 32ce263

Please sign in to comment.