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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,12 @@ cd web3swift/Example/web3swiftBrowser
128
128
pod install
129
129
open ./web3swiftBrowser.xcworkspace
130
130
```
131
+
132
+
### Build from source:
133
+
134
+
- Clone repo
135
+
- Instal dependencies via `./carthage-build.sh --platform iOS` (temo workaround, foe of Carthage bug.For more details please look at https://github.com/Carthage/Carthage/issues/3019#issuecomment-665136323)
136
+
131
137
### Requirements
132
138
133
139
- iOS 9.0+ / macOS 10.11+
@@ -208,10 +214,6 @@ We want to continue to do everything we can to move the needle forward.
208
214
209
215
You are more than welcome to participate! **Your contribution will be paid via [@gitcoin Grant program](https://gitcoin.co/grants/358/web3swift).**
210
216
211
-
-[ ][**Objective-C - a proxy bridge** to build your DApp on Objective-C using web3swift](https://github.com/matter-labs/web3swift/issues/10) (help needed)
212
-
213
-
-[ ]**Support IPFS** via Infura public IPFS gateway
214
-
215
217
-[ ]**L2 support** (such as [ZkSync](https://zksync.io/))
216
218
217
219
-[ ]**Modularity** with the basic Web3 subspec/SPM (the most basic functions like transaction signing and interacting with an http rpc server) and other modules with additional functionality
0 commit comments