Skip to content

Commit 233d2a0

Browse files
committed
- initial web3webview support with example
1 parent 38f8caa commit 233d2a0

File tree

580 files changed

+115417
-6017
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

580 files changed

+115417
-6017
lines changed

Example/web3swiftBrowser/Podfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
platform :ios, '12.0'
2+
3+
target 'web3swiftBrowser' do
4+
use_frameworks!
5+
pod 'web3swift', :path => '../../'
6+
pod "WKBridge"
7+
end

Example/web3swiftBrowser/Podfile.lock

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
PODS:
2+
- BigInt (3.1.0):
3+
- SipHash (~> 1.2)
4+
- CryptoSwift (0.13.0)
5+
- EthereumABI (1.1.1):
6+
- BigInt (~> 3.1)
7+
- CryptoSwift (~> 0.13)
8+
- EthereumAddress (~> 1.0.0)
9+
- EthereumAddress (1.0.0):
10+
- CryptoSwift (~> 0.13)
11+
- PromiseKit (6.5.2):
12+
- PromiseKit/CorePromise (= 6.5.2)
13+
- PromiseKit/Foundation (= 6.5.2)
14+
- PromiseKit/UIKit (= 6.5.2)
15+
- PromiseKit/CorePromise (6.5.2)
16+
- PromiseKit/Foundation (6.5.2):
17+
- PromiseKit/CorePromise
18+
- PromiseKit/UIKit (6.5.2):
19+
- PromiseKit/CorePromise
20+
- scrypt (2.0):
21+
- CryptoSwift (~> 0.11)
22+
- secp256k1_swift (1.0.3)
23+
- SipHash (1.2.2)
24+
- SwiftRLP (1.2):
25+
- BigInt (~> 3.1)
26+
- web3swift (2.0.1):
27+
- BigInt (~> 3.1)
28+
- CryptoSwift (~> 0.13)
29+
- EthereumABI (~> 1.1.1)
30+
- EthereumAddress (~> 1.0.0)
31+
- PromiseKit (~> 6.3)
32+
- scrypt (~> 2.0)
33+
- secp256k1_swift (~> 1.0.3)
34+
- SwiftRLP (~> 1.1)
35+
- WKBridge (0.2.4)
36+
37+
DEPENDENCIES:
38+
- web3swift (from `../../`)
39+
- WKBridge
40+
41+
SPEC REPOS:
42+
https://github.com/cocoapods/specs.git:
43+
- BigInt
44+
- CryptoSwift
45+
- EthereumABI
46+
- EthereumAddress
47+
- PromiseKit
48+
- scrypt
49+
- secp256k1_swift
50+
- SipHash
51+
- SwiftRLP
52+
- WKBridge
53+
54+
EXTERNAL SOURCES:
55+
web3swift:
56+
:path: "../../"
57+
58+
SPEC CHECKSUMS:
59+
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
60+
CryptoSwift: 16e78bebf567bad1c87b2d58f6547f25b74c31aa
61+
EthereumABI: f040f5429e5a4366d028c88b88d9441e137593af
62+
EthereumAddress: f476e1320dca3a0024431e713ede7a09c7eb7796
63+
PromiseKit: 27c1601bfb73405871b805bcb8cf7e55c4dad3db
64+
scrypt: 3fe5b1a3b0976f97cd87488673a8f7c65708cc84
65+
secp256k1_swift: 4fc5c4b2d2c6d21ee8ccb868cdc92da12f38bed9
66+
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
67+
SwiftRLP: 98a02b2210128353ca02e4c2f4d83e2a9796db4f
68+
web3swift: aadc7a9b0c3b0384227eff181e39ba24ebfcd76c
69+
WKBridge: 677fc36b9a9e4a80b6f9c4e915480d8fd91f5ad5
70+
71+
PODFILE CHECKSUM: ed17f63e9fc4feec3b3d9d88971f86da22d55a1f
72+
73+
COCOAPODS: 1.6.0.beta.2

Example/web3swiftBrowser/Pods/BigInt/LICENSE.md

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftBrowser/Pods/BigInt/README.md

Lines changed: 435 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftBrowser/Pods/BigInt/sources/Addition.swift

Lines changed: 126 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftBrowser/Pods/BigInt/sources/BigInt.swift

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)