Skip to content

Commit 64ad39e

Browse files
committed
docs: rpc custom port documentation
1 parent af498f8 commit 64ad39e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ nimble.develop
55
nimble.paths
66
.idea
77
.nimble
8+
.envrc

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ $ npm ci
202202
$ npm start
203203
```
204204

205+
If you need to use different port for the RPC node, then you can start with `npm start -- --port 1111` and
206+
then run the tests with `ETHERS_TEST_PROVIDER=1111 nimble test`.
207+
205208
Thanks
206209
------
207210

0 commit comments

Comments
 (0)