ricburton / trust-web3-provider

Web3 javascript wrapper provider for iOS and Android platforms.

Home Page:https://trustwalletapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrustWeb3Provider

Pod Version Jitpack Version License Platform Platform

How to Identify Trust Provider

If trust provider injected properly isTrust will be true

 web3.currentProvider.isTrust

Projects [probably] using TrustWeb3Provider

Installation

iOS

TrustWeb3Provider is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TrustWeb3Provider'

Android

TrustWeb3Provider is available through Jitpack. To install it:

Step 1. Add jitpack in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    implementation 'com.github.TrustWallet:trust-web3-provider:0.2.1'
}

Authors

vikmeup hewigovens madcake Mish Ochu

License

TrustWeb3Provider is available under the MIT license. See the LICENSE file for more info.

About

Web3 javascript wrapper provider for iOS and Android platforms.

https://trustwalletapp.com

License:MIT License


Languages

Language:JavaScript 67.2%Language:Swift 23.7%Language:Java 5.4%Language:Ruby 3.6%