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
-[x]**[EIP-20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md)** (Standart interface for tokens - ERC-20), **[EIP-67](https://github.com/ethereum/EIPs/issues/67)** (Standard URI scheme), **[EIP-155](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md)** (Replay attacks protection)
61
-
-[x]**And many others***(For details about this EIP's look at [Documentation page](https://github.com/matter-labs/web3swift/blob/master/Documentation/))*: EIP-681, EIP-721, EIP-165, EIP-777, EIP-820, EIP-888, EIP-1400, EIP-1410, EIP-1594, EIP-1643, EIP-1644, EIP-1633, EIP-721, EIP-1155, EIP-1376, ST-20
61
+
-[x]**And many others***(For details about this EIP's look at [Documentation page](https://github.com/skywinder/web3swift/blob/master/Documentation/))*: EIP-681, EIP-721, EIP-165, EIP-777, EIP-820, EIP-888, EIP-1400, EIP-1410, EIP-1594, EIP-1643, EIP-1644, EIP-1633, EIP-721, EIP-1155, EIP-1376, ST-20
62
62
63
63
-[x] 🗜 **Batched requests** in concurrent mode
64
64
-[x]**RLP encoding**
@@ -118,7 +118,7 @@ $ open -a Xcode Cartfile
118
118
Add the following line to the Cartfile and save it:
119
119
120
120
```ogdl
121
-
github "matter-labs/web3swift" "master"
121
+
github "skywinder/web3swift" "master"
122
122
```
123
123
124
124
Run `carthage update --no-use-binaries --platform iOS` to build the framework. By default, Carthage performs checkouts and creates a new directory 'Carthage' in the same location as your Cartfile. Open this directory, go to 'Build' directory, choose iOS or macOS directory, and use the selected directory framework in your Xcode project.
@@ -138,8 +138,7 @@ import web3swift
138
138
139
139
##### Send Ether
140
140
141
-
```
142
-
141
+
```swift
143
142
let value: String="1.0"// In Ether
144
143
let walletAddress =EthereumAddress(wallet.address)!// Your wallet address
-*Workaround that works with both Xcode 11 and 12*:
236
-
- via `./carthage-build.sh update --no-use-binaries --platform iOS` ( workaround, for of Carthage bug. [For details please look at this comment](https://github.com/Carthage/Carthage/issues/3019#issuecomment-665136323)
237
-
3.`open web3swift.xcworkspace`
238
-
4. choose target `web3swift` and build it
299
+
- Clone repo
300
+
- Install dependencies via `./carthage-build.sh --platform iOS` (temp workaround, foe of Carthage bug. [For details please look at](https://github.com/Carthage/Carthage/issues/3019#issuecomment-665136323)
239
301
240
302
### Requirements
241
303
@@ -249,23 +311,23 @@ open ./web3swiftBrowser.xcworkspace
249
311
250
312
## Documentation
251
313
252
-
For full documentation details and FAQ, please look at [Documentation](https://github.com/matter-labs/web3swift/blob/master/Documentation/)
314
+
For full documentation details and FAQ, please look at [Documentation](https://github.com/skywinder/web3swift/blob/master/Documentation/)
253
315
254
-
*If you need to find or understand an API, check [Usage.md](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md).*
316
+
*If you need to find or understand an API, check [Usage.md](https://github.com/skywinder/web3swift/blob/master/Documentation/Usage.md).*
255
317
256
-
**FAQ moved [Documentation Page](https://github.com/matter-labs/web3swift/blob/master/Documentation/)**
318
+
**FAQ moved [Documentation Page](https://github.com/skywinder/web3swift/blob/master/Documentation/)**
*[YOUR APP CAN BE THERE (click me)](https://github.com/matter-labs/web3swift/edit/develop/README.md):wink:
347
+
*[ProLabArt](https://prolabart.com)
348
+
<!-- Add your project below -->
349
+
<!-- * [Project Name](link to projext) -->
350
+
*[YOUR APP CAN BE THERE (click me)](https://github.com/skywinder/web3swift/edit/develop/README.md):wink:
286
351
287
352
*Nothing makes developers happier than seeing someone else use our work and go wild with it.*
288
353
289
354
## Support
290
355
291
356
**[Join our discord](https://discord.gg/DZKFJFn3) if you need a support or want to contribute to web3swift development!**
292
357
293
-
- If you **need help**, [open an issue](https://github.com/matter-labs/web3swift/issues).
294
-
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/matter-labs/web3swift#projects-that-using-web3swift).
295
-
- If you **found a bug**, [open an issue](https://github.com/matter-labs/web3swift/issues).
358
+
- If you **need help**, [open an issue](https://github.com/skywinder/web3swift/issues).
359
+
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/skywinder/web3swift#projects-that-using-web3swift).
360
+
- If you **found a bug**, [open an issue](https://github.com/skywinder/web3swift/issues).
296
361
297
362
298
363
## Contribute
@@ -301,47 +366,47 @@ Want to improve? It's awesome:
301
366
302
367
Then good news for you: **We are ready to pay for your contribution via [@gitcoin bot](https://gitcoin.co/grants/358/web3swift)!**
303
368
304
-
- If you **have a feature request**, [open an issue](https://github.com/matter-labs/web3swift/issues).
369
+
- If you **have a feature request**, [open an issue](https://github.com/skywinder/web3swift/issues).
305
370
306
-
- If you **want to contribute**, read [contribution policy](https://github.com/matter-labs/web3swift/blob/master/Documentation/CONTRIBUTION_POLICY.md) & [submit a pull request](https://github.com/matter-labs/web3swift/pulls).
371
+
- If you **want to contribute**, read [contribution policy](https://github.com/skywinder/web3swift/blob/master/Documentation/CONTRIBUTION_POLICY.md) & [submit a pull request](https://github.com/skywinder/web3swift/pulls).
307
372
308
373
If you use any of our libraries for work, see if your employers would be interested in donating. Any amount you can donate today to help us reach our goal would be much appreciated.
309
374
310
-
[Matter Labs](https://github.com/orgs/matter-labs/people) are charged with open-sourсe and do not require money for using their web3swift lib.
375
+
[Matter Labs](https://github.com/orgs/skywinder/people) are charged with open-sourсe and do not require money for using their web3swift lib.
311
376
We want to continue to do everything we can to move the needle forward.
312
377
313
378
-**Support us** via [@gitcoin Grant program](https://gitcoin.co/grants/358/web3swift)
You are more than welcome to participate! **Your contribution will be paid via [@gitcoin Grant program](https://gitcoin.co/grants/358/web3swift).**
321
386
387
+
-[x] Performance Improvements thanks to @**[xdozorx](https://github.com/xdozorx)** for [Update perfomance of import account](https://github.com/skywinder/web3swift/pull/336)
388
+
322
389
-[ ]**L2 support** (such as [ZkSync](https://zksync.io/))
323
390
324
391
-[ ]**Modularity** with the basic Web3 subspec/SPM (the most basic functions like transaction signing and interacting with an http rpc server) and other modules with additional functionality
- Alex Vlasov, [@shamatar](https://github.com/shamatar)
337
-
- Petr Korolev, [@skywinder](https://github.com/skywinder)
338
-
- Anton Grigorev, [@baldyash](https://github.com/BaldyAsh)
400
+
- Alex Vlasov, [@shamatar](https://github.com/shamatar) - for the initial implementation
401
+
- Petr Korolev, [@skywinder](https://github.com/skywinder) - botstrap and continous support
402
+
- Anton Grigorev, [@baldyash](https://github.com/BaldyAsh) - core contributor, who use it and making a lot of ipmprovments
403
+
- Yhanks to [web3swift's growing list of contributors](https://github.com/skywinder/web3swift/graphs/contributors).
339
404
340
405
## Security Disclosure
341
406
342
-
If you believe you have identified a security vulnerability with web3swift, you should report it as soon as possible via email to [hello@matter-labs.io](mailto:hello@matter-labs.io). Please do not post it to a public issue tracker.
407
+
If you believe you have identified a security vulnerability with web3swift, you should report it as soon as possible via email to [web3swift@oxor.io](mailto:web3swift@oxor.io). Please do not post it to a public issue tracker.
343
408
344
409
345
410
## License
346
411
347
-
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/matter-labs/web3swift/blob/master/LICENSE) for details.
412
+
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/skywinder/web3swift/blob/master/LICENSE) for details.
0 commit comments