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
+19-20Lines changed: 19 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,12 @@
4
4
## Social medias
5
5
[Join our discord](https://discord.gg/8bHCNmhS7x) or [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development!
Documentation is under construction👷🏻👷🏼♀️. We’re trying our best to comment all public API as detailed as we can, but the end it still far to come. But in one of the nearest minor updates we’ll bring DocC support of already done amount of docs. And your PR in such are more than welcome.
166
165
167
166
## Projects that are using web3swift
168
-
Please take a look at [Our customers](https://github.com/skywinder/web3swift/wiki/Our-Customers) wiki page.
167
+
Please take a look at [Our customers](https://github.com/web3swift-team/web3swift/wiki/Our-Customers) wiki page.
169
168
170
169
## Support
171
170
172
171
**[Join our discord](https://discord.gg/8bHCNmhS7x) and [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development!**
173
172
174
-
- If you **need help**, please take a look at our [FAQ](https://github.com/skywinder/web3swift/wiki/FAQ"") or [open an issue](https://github.com/skywinder/web3swift/issues).
175
-
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/skywinder/web3swift/wiki/Our-Customers).
176
-
- If you **found a bug**, [open an issue](https://github.com/skywinder/web3swift/issues).
173
+
- If you **need help**, please take a look at our [FAQ](https://github.com/web3swift-team/web3swift/wiki/FAQ"") or [open an issue](https://github.com/web3swift-team/web3swift/issues).
174
+
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/web3swift-team/web3swift/wiki/Our-Customers).
175
+
- If you **found a bug**, [open an issue](https://github.com/web3swift-team/web3swift/issues).
177
176
178
177
## Development
179
178
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.
@@ -193,15 +192,15 @@ Make sure that `ganache` is running on its default port `8546`. To change the po
193
192
Want to improve? It's awesome:
194
193
Then good news for you: **We are ready to pay for your contribution via [@gitcoin bot](https://gitcoin.co/grants/358/web3swift)!**
195
194
196
-
- If you **have a feature request**, [open an issue](https://github.com/skywinder/web3swift/issues).
197
-
- If you **want to contribute**, [submit a pull request](https://github.com/skywinder/web3swift/pulls).
195
+
- If you **have a feature request**, [open an issue](https://github.com/web3swift-team/web3swift/issues).
196
+
- If you **want to contribute**, [submit a pull request](https://github.com/web3swift-team/web3swift/pulls).
198
197
199
198
### Contribution
200
199
1. You are more than welcome to participate and get bounty by contributing! **Your contribution will be paid via [@gitcoin Grant program](https://gitcoin.co/grants/358/web3swift).**
201
-
2. Find or create an [issue](https://github.com/skywinder/web3swift/issues)
200
+
2. Find or create an [issue](https://github.com/web3swift-team/web3swift/issues)
202
201
3. You can find open bounties in [Gitcoin Bounties](https://gitcoin.co/explorer?applicants=ALL&keywords=web3swift&order_by=-web3_created) list
203
202
4. Commita fix or a new feature in branch, push your changes
204
-
5.[Submit a pull request to **develop** branch](https://github.com/skywinder/web3swift/pulls)
203
+
5.[Submit a pull request to **develop** branch](https://github.com/web3swift-team/web3swift/pulls)
205
204
1. Please, provide detailed description to it to help us proceed it faster.
206
205
207
206
[@skywinder](https://github.com/skywinder) are charged with open-sourсe and do not require money for using web3swift library.
@@ -218,12 +217,12 @@ We want to continue to do everything we can to move the needle forward.
218
217
- Petr Korolev, [@skywinder](https://github.com/skywinder) - bootstrap and continuous support
219
218
- Anton Grigorev, [@baldyash](https://github.com/BaldyAsh) - core contributor, who use it and making a lot of improvements
220
219
- Yaroslav Yashin [@yaroslavyaroslav](https://github.com/yaroslavyaroslav) - core contributor of 3.0.0 and later releases.
221
-
- Thanks to [web3swift's growing list of contributors](https://github.com/skywinder/web3swift/graphs/contributors).
220
+
- Thanks to [web3swift's growing list of contributors](https://github.com/web3swift-team/web3swift/graphs/contributors).
222
221
223
222
## Security Disclosure
224
223
225
224
If you believe you have identified a security vulnerability with web3swift, you should report it as soon as possible via email to [[email protected]](mailto:[email protected]). Please do not post it to a public issue tracker.
226
225
227
226
## License
228
227
229
-
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/skywinder/web3swift/blob/master/LICENSE) for details.
228
+
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/web3swift-team/web3swift/blob/master/LICENSE.md) for details.
0 commit comments