Coin98 Connect Integration
Introduction
Getting Started
Install
npm install --save @coin98-com/connect-sdkUsage
import { Client, Chain } from '@coin98-com/connect-sdk'
const client = new Client()
client.connect(Chain.fantom, {
logo: "Provide Your App Logo URL",
name: "Your App Name",
url: "Provide Your App URL"
})React Native Connection (Without Expo) Example
Lite without any handler (Example With React Native)
Common API
Available Methods
Last updated