xdcpay-web3modal

1.0.4 • Public • Published

xdcpay-web3modal

A custom xdcpay provider for web3modal

NPM JavaScript Style Guide

Install

npm install --save xdcpay-web3modal

Usage

import React, { Component } from 'react'
import Web3Modal from 'web3modal';
import { getXdcModal } from 'xdcpay-web3modal'
import WalletConnect from "@walletconnect/web3-provider";


const App = () => {
  const web3Modal = new Web3Modal({
    cacheProvider: true,
    disableInjectedProvider: false,
    providerOptions: {
      walletconnect: {
        package: WalletConnect, // required
        options: {
          infuraId: "223f20f418c34a758240a7f416435110", // Required
          network: "mainnet",
          qrcodeModalOptions: {
            mobileLinks: ["rainbow", "metamask", "argent", "trust", "imtoken", "pillar"]
          }
        }
      },
      'custom-xdc': getXdcModal, // Add One line for  xdc pay web3modal provider
    }
  });
  //REST of your code
}

License

MIT © jurjees23

Package Sidebar

Install

npm i xdcpay-web3modal

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

7.49 kB

Total Files

7

Last publish

Collaborators

  • jurjees23