@@ -11,38 +11,35 @@ The work for 2.0 release is about to start. Ideas for new more Swift idiomatic A
11
11
12
12
** web3swift** is your toolbelt for any kind interactions with Ethereum network.
13
13
14
-
15
- - [ web3swift] ( #web3swift )
16
- + [ Features:] ( #features- )
17
- * [ Design decisions] ( #design-decisions )
18
- * [ Example] ( #example )
14
+ + [ Features:] ( #features )
15
+ * [ Design decisions] ( #design-decisions )
16
+ * [ Example] ( #example )
19
17
* [ Installation] ( #installation )
20
- + [ Requirements] ( #requirements )
21
- + [ CocoaPods] ( #cocoapods )
18
+ + [ Requirements] ( #requirements )
19
+ + [ CocoaPods] ( #cocoapods )
22
20
* [ Getting started] ( #getting-started )
23
- + [ Create Account] ( #create-account )
24
- + [ Save keystore to the memory] ( #save-keystore-to-the-memory )
25
- + [ Initializing Ethereum address] ( #initializing-ethereum-address )
26
- + [ Setting options] ( #setting-options )
27
- + [ Encoding Transaction] ( #encoding-transaction )
28
- + [ Signing Transaction] ( #signing-transaction )
29
- + [ Getting ETH balance] ( #getting-eth-balance )
30
- + [ Getting gas price] ( #getting-gas-price )
31
- + [ Sending ETH] ( #sending-eth )
32
- + [ ERC20 Iteraction:] ( #erc20-iteraction- )
33
- - [ Getting ERC20 token balance] ( #getting-erc20-token-balance )
34
- - [ Sending ERC20] ( #sending-erc20 )
21
+ + [ Create Account] ( #create-account )
22
+ + [ Save keystore to the memory] ( #save-keystore-to-the-memory )
23
+ + [ Initializing Ethereum address] ( #initializing-ethereum-address )
24
+ + [ Setting options] ( #setting-options )
25
+ + [ Encoding Transaction] ( #encoding-transaction )
26
+ + [ Signing Transaction] ( #signing-transaction )
27
+ + [ Getting ETH balance] ( #getting-eth-balance )
28
+ + [ Getting gas price] ( #getting-gas-price )
29
+ + [ Sending ETH] ( #sending-eth )
30
+ + [ ERC20 Iteraction:] ( #erc20-iteraction )
31
+ - [ Getting ERC20 token balance] ( #getting-erc20-token-balance )
32
+ - [ Sending ERC20] ( #sending-erc20 )
35
33
* [ Apps using this library] ( #apps-using-this-library )
36
- * [ Future plans ] ( #future- plans )
37
- + [ Extra features:] ( #extra-features- )
34
+ * [ Plans ] ( #plans )
35
+ + [ Extra features:] ( #extra-features )
38
36
* [ Stay in touch] ( #stay-in-touch )
39
- + [ Contribution] ( #contribution )
40
- + [ Communication] ( #communication )
41
- + [ Special thanks to] ( #special-thanks-to )
37
+ + [ Contribution] ( #contribution )
38
+ + [ Communication] ( #communication )
39
+ + [ Special thanks to] ( #special-thanks-to )
42
40
* [ Authors] ( #authors )
43
41
* [ License] ( #license )
44
42
45
-
46
43
### Features:
47
44
48
45
- Swift implementation of [ web3.js] ( https://github.com/ethereum/web3.js/ ) functionality :zap :
0 commit comments