From 173a3bab929b0e1c6ea7a0fe2dcf92ae78f8a678 Mon Sep 17 00:00:00 2001 From: Jenea Vranceanu <36865532+JeneaVranceanu@users.noreply.github.com> Date: Thu, 10 Nov 2022 15:42:10 +0200 Subject: [PATCH] chore: minor modifications to README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 08add2472..e80a2b53c 100755 --- a/README.md +++ b/README.md @@ -85,7 +85,6 @@ target '' do use_frameworks! pod 'web3swift' end - ``` Then, run the following command: @@ -185,10 +184,10 @@ $ npm install ganache --global // To run $ ganache - ``` This will create a local blockchain and also some test accounts that are used throughout our tests. +Make sure that `ganache` is running on its default port `8546`. To change the port in test cases locate `LocalTestCase.swift` and modify the static `url` variable. ## Contribute Want to improve? It's awesome: