Skip to content

Commit

Permalink
Merge pull request #1164 from interlay/dom/local-dev-node
Browse files Browse the repository at this point in the history
docs: add how to run a local node
  • Loading branch information
gregdhill authored Aug 3, 2023
2 parents 6893988 + f4d0857 commit 07e9de0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@ cargo run --release --bin interbtc-parachain -- --dev

To connect with a local relay-chain follow [these instructions](docs/rococo.md).

### Development node

Running a development can be achieved without compiling the node with docker and `instant-seal`. Replace the release version with one of the available tags:

```shell
docker run --network=host interlayhq/interbtc:RELEASE_TAG --dev --instant-seal
# Example
docker run --network=host interlayhq/interbtc:1.25.0-rc5 --dev --instant-seal
```

#### Test Coverage

Test coverage reports available under [docs/testcoverage.html](https://github.com/interlay/interbtc/blob/master/docs/testcoverage.html)
Expand Down

0 comments on commit 07e9de0

Please sign in to comment.