Skip to content

Commit

Permalink
chore: minor modifications to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JeneaVranceanu authored Nov 10, 2022
1 parent 1964b3e commit 173a3ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ target '<Your Target Name>' do
use_frameworks!
pod 'web3swift'
end

```

Then, run the following command:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 173a3ba

Please sign in to comment.