You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To connect with a local relay-chain follow [these instructions](docs/rococo.md).
154
154
155
+
### Development node
156
+
157
+
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:
158
+
159
+
```shell
160
+
docker run --network=host interlayhq/interbtc:RELEASE_TAG --dev --instant-seal
161
+
# Example
162
+
docker run --network=host interlayhq/interbtc:1.25.0-rc5 --dev --instant-seal
163
+
```
164
+
155
165
#### Test Coverage
156
166
157
167
Test coverage reports available under [docs/testcoverage.html](https://github.com/interlay/interbtc/blob/master/docs/testcoverage.html)
0 commit comments