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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,20 @@ Please take a look at [Our costumers](https://github.com/skywinder/web3swift/wik
176
176
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/skywinder/web3swift/wiki/Our-Customers).
177
177
- If you **found a bug**, [open an issue](https://github.com/skywinder/web3swift/issues).
178
178
179
+
## Development
180
+
To do local development and run the local tests, we recommend to use [ganache](https://github.com/trufflesuite/ganache) which is also used by CI when running github actions.
181
+
182
+
```cli
183
+
// To install
184
+
$ npm install ganache --global
185
+
186
+
// To run
187
+
$ ganache
188
+
189
+
```
190
+
191
+
This will create a local blockchain and also some test accounts that are used throughout our tests.
192
+
179
193
## Contribute
180
194
Want to improve? It's awesome:
181
195
Then good news for you: **We are ready to pay for your contribution via [@gitcoin bot](https://gitcoin.co/grants/358/web3swift)!**
0 commit comments