Skip to content

Commit 286f216

Browse files
authored
Merge pull request #82 from BANKEX/develop
update podspec and readme
2 parents 2bceacf + 85aa14b commit 286f216

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Example is updated for 0.5.0, although please prefer to use tests as an example
1515
- Swift implementation of [web3.js](https://github.com/ethereum/web3.js/) functionality :zap:
1616
- Interaction with remote node via JSON RPC :thought_balloon:
1717
- Smart-contract ABI parsing :book:
18-
- ABI deconding
18+
- ABI deconding (V2 is supported with return of structures from public functions. Part of 0.4.22 Solidity compiler)
1919
- RLP encoding
2020
- Interactions (read/write to Smart contracts) :arrows_counterclockwise:
2121
- Local keystore management (geth compatible)
@@ -72,7 +72,7 @@ You can try it by yourself by running the example project:
7272

7373
### Requirements
7474

75-
Web3swift requires Swift 4.0 and iOS 9.0 or macOS 10.13 although we recommend to use the latest iOS and MacOS versions for your own safety.
75+
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 iOS version i na Podfile, otherwise you get an error if deployment target is less than the latest SDK.
7676

7777
### Installation
7878

@@ -90,6 +90,7 @@ pod 'web3swift', git: 'https://github.com/BANKEX/web3swift.git'
9090
- Check transaction results and get receipt
9191
- Parse event logs for transaction
9292
- Manage user's private keys through encrypted keystore abstractions
93+
- Batched requests in concurrent mode, checks balances of 580 tokens (from the latest MyEtherWallet repo) over 3 seconds
9394

9495
### Global plans
9596
- Full reference `web3js` functionality
@@ -99,7 +100,7 @@ pod 'web3swift', git: 'https://github.com/BANKEX/web3swift.git'
99100

100101
- Gnosis team and their library [Bivrost-swift](https://github.com/gnosis/bivrost-swift) for inspiration for the ABI decoding approach
101102
- [Trust iOS Wallet](https://github.com/TrustWallet/trust-wallet-ios) for collaboration and discussion for initial idea
102-
103+
- Official Ethereum and Solidity docs, everything was written from ground truth standards
103104
## Contribution
104105

105106
For the latest version, please check [develop](https://github.com/BANKEX/web3swift/tree/develop) branch.

web3swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "web3swift"
3-
s.version = "0.5.6"
3+
s.version = "0.6.0"
44
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)