|
10 | 10 |
|
11 | 11 | **web3swift** is your toolbelt for any kind interactions with Ethereum network. |
12 | 12 |
|
13 | | -- [Features](#features) |
14 | | -- [Design Decisions](#design-decisions) |
15 | | -- [Requirements](#requirements) |
16 | | -- [Migration Guides](#migration-guides) |
17 | | -- [Communication](#communication) |
18 | | -- [Installation](#installation) |
19 | | -- [Usage](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md) |
20 | | - - **Account Management -** [Create Account](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#create-account), [Import Account](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#import-account), [Manage Keystore](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#manage-keystore), [Ethereum Address](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#ethereum-address), [Get Balance](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#get-balance) |
21 | | - - **Transactions Operations -** [Prepare Transaction](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#prepare-transaction), [Send Transaction](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#send-transaction) |
22 | | - - **Chain State -** [Get Block Number](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#get-block-number) |
23 | | -- [Example Project](#example-project) |
24 | | -- [Credits](#credits) |
25 | | -- [Donations](#donations) |
26 | | -- [License](#license) |
| 13 | + |
| 14 | + * [Features](#features) |
| 15 | + * [Design Decisions](#design-decisions) |
| 16 | + * [Requirements](#requirements) |
| 17 | + * [Migration Guides](#migration-guides) |
| 18 | + * [Communication](#communication) |
| 19 | + * [Installation](#installation) |
| 20 | + + [CocoaPods](#cocoapods) |
| 21 | + + [Carthage](#carthage) |
| 22 | + * [Example Project](#example-project) |
| 23 | + * [Credits](#credits) |
| 24 | + + [Security Disclosure](#security-disclosure) |
| 25 | + * [Donations](#donations) |
| 26 | + * [License](#license) |
| 27 | + |
| 28 | +--- |
| 29 | + - [Usage Doc](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md) |
| 30 | + - **Account Management** |
| 31 | + - [Create Account](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#create-account) |
| 32 | + - [Import Account](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#import-account) |
| 33 | + - [Manage Keystore](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#manage-keystore) |
| 34 | + - [Ethereum Address](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#ethereum-address) |
| 35 | + - [Get Balance](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#get-balance) |
| 36 | + - **Transactions Operations** |
| 37 | + - [Prepare Transaction](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#prepare-transaction) |
| 38 | + - [Send Transaction](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#send-transaction) |
| 39 | + - **Chain State** |
| 40 | + - [Get Block Number](https://github.com/matterinc/web3swift/blob/feature/readmeImprovement/Documentation/Usage.md#get-block-number) |
| 41 | + |
27 | 42 |
|
28 | 43 | ## Features |
29 | 44 |
|
|
0 commit comments