Skip to content

Commit 5c0e7e8

Browse files
committed
update
1 parent 34850ad commit 5c0e7e8

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

README.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
- [Requirements](#requirements)
2424
- [Migration Guides](#migration-guides)
2525
- [Documentation](#documentation)
26-
- [Example Project](#example-project)
26+
- [Example](#example)
2727
- [FAQ](#faq)
28-
- [What we have already done](#what-we-have-already-done)
29-
- [Future steps](#future-steps)
3028
- [Credits](#credits)
31-
- [Security Disclosure](#security-disclosure)
29+
- [What we have already done](#what-we-have-already-done)
30+
- [Future steps](#future-steps)
3231
- [Contribute](#contribute)
32+
- [Security Disclosure](#security-disclosure)
3333
- [License](#license)
3434

3535
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -188,7 +188,7 @@ Here are quick references for basic features:
188188
- [ReverseRegistrar](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#reverseregistrar)
189189

190190

191-
## Example Project
191+
### Example
192192

193193
You can try lib by running the example project:
194194

@@ -250,7 +250,16 @@ func setLocalNode(port: Int = 8545) -> Web3? {
250250
}
251251
```
252252

253-
## What we have already done
253+
## Credits
254+
255+
Alex Vlasov, [@shamatar](https://github.com/shamatar)
256+
257+
Petr Korolev, [@skywinder](https://github.com/skywinder)
258+
259+
Anton Grigorev, [@baldyash](https://github.com/BaldyAsh)
260+
261+
262+
### What we have already done
254263

255264
- [x] Swift implementation of [web3.js](https://github.com/ethereum/web3.js/) functionality :zap:
256265
- [x] Interaction with remote node via JSON RPC :thought_balloon:
@@ -295,7 +304,7 @@ func setLocalNode(port: Int = 8545) -> Web3? {
295304
- [x] Comprehensive Unit and Integration Test Coverage
296305

297306

298-
## Future steps
307+
### Future steps
299308

300309
- [x] Objective-C - a proxy bridge to build your DApp on Objective-C using web3swift
301310
- [x] Complete Documentation (https://web3swift.github.io/web3swift)
@@ -306,22 +315,6 @@ func setLocalNode(port: Int = 8545) -> Web3? {
306315
- [x] Performance Improvements
307316
- [x] More convenient methods for basic namespaces
308317

309-
## Credits
310-
311-
Alex Vlasov, [@shamatar](https://github.com/shamatar)
312-
313-
Petr Korolev, [@skywinder](https://github.com/skywinder)
314-
315-
Anton Grigorev, [@baldyash](https://github.com/BaldyAsh)
316-
317-
## Security Disclosure
318-
319-
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.
320-
321-
[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.
322-
We want to continue to do everything we can to move the needle forward.
323-
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 greatly appreciated.
324-
325318
## Contribute
326319

327320
- If you **need help**, [open an issue](https://github.com/matter-labs/web3swift/issues).
@@ -334,6 +327,15 @@ If you use any of our libraries for work, see if your employers would be interes
334327

335328
![Donate](http://qrcoder.ru/code/?0xe22b8979739d724343bd002f9f432f5990879901&4&0)
336329

330+
331+
## Security Disclosure
332+
333+
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.
334+
335+
[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.
336+
We want to continue to do everything we can to move the needle forward.
337+
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 greatly appreciated.
338+
337339
## License
338340

339341
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/matter-labs/web3swift/blob/master/LICENSE) for details.

0 commit comments

Comments
 (0)