We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44d9de commit 5b106a5Copy full SHA for 5b106a5
README.md
@@ -77,11 +77,13 @@ Web3swift requires Swift 4.1 and iOS 9.0 or macOS 10.13 although we recommend to
77
### Installation
78
79
web3swift is available through [CocoaPods](http://cocoapods.org). To install
80
-it, simply add the following line to your Podfile:
+it, simply add the following line to your `Podfile`:
81
82
```ruby
83
pod 'web3swift', git: 'https://github.com/BANKEX/web3swift.git'
84
```
85
+
86
+Run `pod install` from the command line
87
### Current functionality
88
89
- Send transactions, call functions of smart-contracts, estimate gas costs
0 commit comments