Skip to content

Commit 777542a

Browse files
authored
Update README. Add development section
1 parent 9c9fca4 commit 777542a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,20 @@ Please take a look at [Our costumers](https://github.com/skywinder/web3swift/wik
176176
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/skywinder/web3swift/wiki/Our-Customers).
177177
- If you **found a bug**, [open an issue](https://github.com/skywinder/web3swift/issues).
178178

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+
179193
## Contribute
180194
Want to improve? It's awesome:
181195
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

Comments
 (0)