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
With the version 0.3.0 the API should be less volatile. All public functions should return a [Result](https://github.com/antitypical/Result) instead of `nil` or throwing.
6
-
7
-
Example is updated for 0.5.0, although please prefer to use tests as an example for your code.
3
+
The work for 2.0 release is about to start. Ideas for new more Swift idiomatic API are welcome in issues.
8
4
9
5
# web3swift
10
6
@@ -76,15 +72,15 @@ You can try it yourself by running the example project:
76
72
77
73
## Requirements
78
74
79
-
Web3swift requires Swift 4.1 and iOS 9.0 or macOS 10.13 although we recommend to use the latest iOS and MacOS versions for your own safety. Don't forget to set the iOS version in a Podfile, otherwise you get an error if the deployment target is less than the latest SDK.
75
+
Web3swift requires Swift 4.1 and iOS 9.0 or macOS 10.11 although we recommend to use the latest iOS and MacOS versions for your own safety. Don't forget to set the iOS version in a Podfile, otherwise you get an error if the deployment target is less than the latest SDK.
80
76
81
77
## Communication
82
78
83
79
- if you **need help**, use [Stack Overflow](https://stackoverflow.com/questions/tagged/web3swift) (tag 'web3swift')
84
80
- If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/web3swift).
85
-
- If you **found a bug**, [open an issue](https://github.com/BANKEX/web3swift/issues).
86
-
- If you **have a feature request**, [open an issue](https://github.com/BANKEX/web3swift/issues).
87
-
- If you **want to contribute**, [submit a pull request](https://github.com/BANKEX/web3swift/pulls).
81
+
- If you **found a bug**, [open an issue](https://github.com/matterinc/web3swift/issues).
82
+
- If you **have a feature request**, [open an issue](https://github.com/matterinc/web3swift/issues).
83
+
- If you **want to contribute**, [submit a pull request](https://github.com/matterinc/web3swift/pulls).
## [Apps using this library](https://github.com/BANKEX/web3swift/wiki/Apps-using-web3swift)
203
+
## [Apps using this library](https://github.com/matterinc/web3swift/wiki/Apps-using-web3swift)
208
204
209
205
If you've used this project in a live app, please let us know!
210
206
211
-
*If you are using `web3swift` in your app or know of an app that uses it, please add it to [this](https://github.com/BANKEX/web3swift/wiki/Apps-using-web3swift) list.*
207
+
*If you are using `web3swift` in your app or know of an app that uses it, please add it to [this](https://github.com/matterinc/web3swift/wiki/Apps-using-web3swift) list.*
212
208
213
209
## Special thanks to
214
210
@@ -218,24 +214,24 @@ If you've used this project in a live app, please let us know!
218
214
219
215
## Contribution
220
216
221
-
For the latest version, please check [develop](https://github.com/BANKEX/web3swift/tree/develop) branch.
222
-
Changes made to this branch will be merged into the [master](https://github.com/BANKEX/web3swift/tree/master) branch at some point.
217
+
For the latest version, please check [develop](https://github.com/matterinc/web3swift/tree/develop) branch.
218
+
Changes made to this branch will be merged into the [master](https://github.com/matterinc/web3swift/tree/master) branch at some point.
223
219
224
-
- If you want to contribute, submit a [pull request](https://github.com/BANKEX/web3swift/pulls) against a development `develop` branch.
225
-
- If you found a bug, [open an issue](https://github.com/BANKEX/web3swift/issues).
226
-
- If you have a feature request, [open an issue](https://github.com/BANKEX/web3swift/issues).
220
+
- If you want to contribute, submit a [pull request](https://github.com/matterinc/web3swift/pulls) against a development `develop` branch.
221
+
- If you found a bug, [open an issue](https://github.com/matterinc/web3swift/issues).
222
+
- If you have a feature request, [open an issue](https://github.com/matterinc/web3swift/issues).
227
223
228
224
229
225
## Appreciation
230
226
231
-
When using this pod, references to this repo, [BANKEX](http://bankex.com) and [BANKEX Foundation](http://bankexfoundation.org) are appreciated.
227
+
When using this pod, please make references to this repoand give your start! :)
232
228
233
229
## Authors
234
230
235
-
Alex Vlasov, [@shamatar](https://github.com/shamatar), [email protected]
231
+
Alex Vlasov, [@shamatar](https://github.com/shamatar), [email protected]
236
232
237
-
Petr Korolev, [@skywinder](https://github.com/skywinder), [email protected]
233
+
Petr Korolev, [@skywinder](https://github.com/skywinder)
238
234
239
235
## License
240
236
241
-
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/BankEx/web3swift/blob/master/LICENSE) file for more info.
237
+
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/matterinc/web3swift/blob/master/LICENSE) file for more info.
0 commit comments