Getting Started
Initialize FCL and add Blocto as a wallet provider
Installation
dependencies {
implementation "com.portto.fcl:$fclVersion"
}Initialization
<application>
<provider
android:authorities="com.portto.fcl.context"
android:name="com.portto.fcl.lifecycle.FCLContentProvider"
android:exported="false"/>
</application>Fcl.init(
env = Network.TESTNET,
appDetail = AppDetail("My first dApp"),
supportedWallets = walletProviderList
)Wallet Provider
Last updated
Was this helpful?