Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (31 loc) · 703 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 703 Bytes

Ronin Connector for Wagmi v1

Install

npm i ronin-connector
yarn add ronin-connector
pnpm add ronin-connector

Configuration

import { RoninConnector, ronin } from 'ronin-connector'

const connector = new RoninConnector({
  chains:[ronin],
  options:{
    projectId: '...',
    metadata:{
      name: 'wagmi',
      description: 'my wagmi app',
      url: 'https://wagmi.sh',
      icons: ['https://wagmi.sh/icon.png'],
    },
  }
})

Features

  • Connect to Ronin Browser Wallet.
  • If the wallet browser extension is not installed it will generate an URI for creating a QRCode for the mobile wallet app to scan.
  • Connect to mobile wallet app.