Coin98 Connect Integration

Introduction

Getting Started

Example Dapps connection requested via Coin98 Connect

https://connect.coin98.com

Quick Start For Dapps

NPM Package

Install

npm install --save @coin98-com/connect-sdk

Usage

Dapps Website Connection Example

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

EVM

Example

---- SEND ETH ----

---- ETH SIGN ----

Document reference

Solana

Example

---- SIGN TRANSACTION ----

---- SIGN MESSAGES ----

Document reference

NEAR

Example

---- SIGN & SEND TRANSACTIONS ----

---- SIGN NEAR ACCOUNT STATE ----

Document reference

Cosmos

updating ...

Last updated