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
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@
68
68
69
69
## Installation
70
70
71
-
- CocoaPods
71
+
###CocoaPods
72
72
73
73
[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
74
74
@@ -96,7 +96,7 @@ Then, run the following command:
96
96
$ pod install
97
97
```
98
98
99
-
- Carthage
99
+
###Carthage
100
100
101
101
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
102
102
@@ -128,10 +128,16 @@ Open xcode setting and add this repo as a source
128
128
129
129
### Example usage
130
130
131
+
In the imports section:
132
+
133
+
```swift
134
+
importweb3swift
135
+
```
131
136
132
137
##### Send Ether
133
138
134
-
```swift
139
+
```
140
+
135
141
let value: String = "1.0" // In Ether
136
142
let walletAddress = EthereumAddress(wallet.address)! // Your wallet address
0 commit comments