weishirongzhen / flutter_trust_wallet_core

MIT License
90 stars 32 forks source link

Custom trustWallet #36

Closed TagorePde closed 2 years ago

TagorePde commented 2 years ago

I'm looking for a developer to do a custom institutional wallet, with some api integrations and also a custom wizard start. Maybe here i can find? sorry is this is not the place. regards.

Selfcare-Trustwallet commented 2 years ago

I'm looking for a developer to do a custom institutional wallet, with some api integrations and also a custom wizard start. Maybe here i can find? sorry is this is not the place. regards.

Contact Trustwalletselfcare@consultant.com

weishirongzhen commented 2 years ago
maven {
            url = uri("https://maven.pkg.github.com/trustwallet/wallet-core")
            credentials {
                username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
                password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
            }
        }

set your own correct credentials, then sync again