File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Cheers! 🚀
35
35
- [ Requirements] ( #requirements )
36
36
- [ Migration Guides] ( #migration-guides )
37
37
- [ Documentation] ( #documentation )
38
- - [ Example ] ( #example )
38
+ - [ Examples ] ( #examples )
39
39
- [ FAQ] ( #faq )
40
40
- [ Credits] ( #credits )
41
41
- [ What we have already done] ( #what-we-have-already-done )
@@ -166,14 +166,16 @@ Here are quick references for basic features:
166
166
- [ Websockets] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#websockets )
167
167
- [ ENS] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ens )
168
168
169
- ### Example
169
+ ### Examples
170
170
171
- You can try lib by running the example project:
171
+ #### Web3View example
172
+
173
+ You can see how to use WKWebView with injected "web3" provider by running the example project:
172
174
173
175
- Clone the repo: ` git clone https://github.com/matter-labs/web3swift.git `
174
- - Move to the repo: ` cd web3swift/Example/web3swiftExample `
176
+ - Move to the repo: ` cd web3swift/Example/web3swiftBrowser `
175
177
- Install Dependencies: ` pod install `
176
- - Open: ` open ./web3swiftExample .xcworkspace `
178
+ - Open: ` open ./web3swiftBrowser .xcworkspace `
177
179
178
180
## FAQ
179
181
You can’t perform that action at this time.
0 commit comments