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` 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.
@@ -218,7 +218,7 @@ let tx = contract.write(
218
218
You can see how to our demo project: **WKWebView with injected "web3" provider**:
*[YOUR APP CAN BE THERE (click me)](https://github.com/matter-labs/web3swift/edit/develop/README.md):wink:
277
+
*[YOUR APP CAN BE THERE (click me)](https://github.com/skywinder/web3swift/edit/develop/README.md):wink:
278
278
279
279
*Nothing makes developers happier than seeing someone else use our work and go wild with it.*
280
280
281
281
## Support
282
282
283
283
**[Join our discord](https://discord.gg/DZKFJFn3) if you need a support or want to contribute to web3swift development!**
284
284
285
-
- If you **need help**, [open an issue](https://github.com/matter-labs/web3swift/issues).
286
-
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/matter-labs/web3swift#projects-that-using-web3swift).
287
-
- If you **found a bug**, [open an issue](https://github.com/matter-labs/web3swift/issues).
285
+
- If you **need help**, [open an issue](https://github.com/skywinder/web3swift/issues).
286
+
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/skywinder/web3swift#projects-that-using-web3swift).
287
+
- If you **found a bug**, [open an issue](https://github.com/skywinder/web3swift/issues).
288
288
289
289
290
290
## Contribute
@@ -293,47 +293,47 @@ Want to improve? It's awesome:
293
293
294
294
Then good news for you: **We are ready to pay for your contribution via [@gitcoin bot](https://gitcoin.co/grants/358/web3swift)!**
295
295
296
-
- If you **have a feature request**, [open an issue](https://github.com/matter-labs/web3swift/issues).
296
+
- If you **have a feature request**, [open an issue](https://github.com/skywinder/web3swift/issues).
297
297
298
-
- 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).
298
+
- 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).
299
299
300
300
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.
301
301
302
-
[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.
302
+
[Matter Labs](https://github.com/orgs/skywinder/people) are charged with open-sourсe and do not require money for using their web3swift lib.
303
303
We want to continue to do everything we can to move the needle forward.
304
304
305
305
-**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).**
313
313
314
+
-[x] Performance Improvements thanks to @**[xdozorx](https://github.com/xdozorx)** for [Update perfomance of import account](https://github.com/skywinder/web3swift/pull/336)
315
+
314
316
-[ ]**L2 support** (such as [ZkSync](https://zksync.io/))
315
317
316
318
-[ ]**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)
329
-
- Petr Korolev, [@skywinder](https://github.com/skywinder)
330
-
- Anton Grigorev, [@baldyash](https://github.com/BaldyAsh)
327
+
- Alex Vlasov, [@shamatar](https://github.com/shamatar) - for the initial implementation
328
+
- Petr Korolev, [@skywinder](https://github.com/skywinder) - botstrap and continous support
329
+
- Anton Grigorev, [@baldyash](https://github.com/BaldyAsh) - core contributor, who use it and making a lot of ipmprovments
330
+
- Yhanks to [web3swift's growing list of contributors](https://github.com/skywinder/web3swift/graphs/contributors).
331
331
332
332
## Security Disclosure
333
333
334
-
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.
334
+
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.
335
335
336
336
337
337
## License
338
338
339
-
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/matter-labs/web3swift/blob/master/LICENSE) for details.
339
+
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