Skip to content

Commit 6a969ad

Browse files
hewigovensalejandro-isaza
authored andcommitted
Add supported blockchains section (trustwallet#2)
1 parent 410616b commit 6a969ad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
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).
44

5+
### Supported Blockchains
6+
7+
<img src="https://raw.githubusercontent.com/TrustWallet/tokens/master/coins/0.png" width="32" /> <img src="https://raw.githubusercontent.com/TrustWallet/tokens/master/coins/2.png" width="32" /> <img src="https://raw.githubusercontent.com/TrustWallet/tokens/master/coins/145.png" width="32" /> <img src="https://raw.githubusercontent.com/TrustWallet/tokens/master/coins/5.png" width="32" /> <img src="https://raw.githubusercontent.com/TrustWallet/tokens/master/coins/136.png" width="32" /> <img src="https://raw.githubusercontent.com/TrustWallet/tokens/master/coins/133.png" width="32" /> <img src="https://raw.githubusercontent.com/TrustWallet/tokens/master/coins/714.png" width="32" />
58

69
# Usage
710

@@ -20,6 +23,7 @@ dependencies {
2023
## iOS
2124

2225
We currenlty support only CocoaPods. Add this line to your Podfile and run `pod install`:
26+
2327
```ruby
2428
pod 'TrustWalletCore'
2529
```
@@ -28,7 +32,6 @@ pod 'TrustWalletCore'
2832

2933
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).
3034

31-
3235
# License
3336

3437
Trust Wallet Core is available under the MIT license. See the [LICENSE](LICENSE) file for more info.

0 commit comments

Comments
 (0)