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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
Trust Wallet Core is a cross-platform library that implements low-level cryptographic wallet functionality for all supported blockchains. Most of the code is C++ with a set of strict exported C interfaces. The library provides idiomatic interfaces for all supported languages (currently Swift for iOS and Java for Android).
We currenlty support only CocoaPods. Add this line to your Podfile and run `pod install`:
26
+
23
27
```ruby
24
28
pod 'TrustWalletCore'
25
29
```
@@ -28,7 +32,6 @@ pod 'TrustWalletCore'
28
32
29
33
The best way to submit feedback and report bugs is to open a GitHub issue. If you want to contribute code please see [Contributing](docs/Contributing.md).
30
34
31
-
32
35
# License
33
36
34
37
Trust Wallet Core is available under the MIT license. See the [LICENSE](LICENSE) file for more info.
0 commit comments