1.0.1 • Published 5 years ago

@cqlinkoff/chainlong-web3-provider v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

chainlong-web3-provider

web3 provider for ChainLong Pay

Install

npm i @cqlinkoff/chainlong-web3-provider

Use

import * as Web3 from 'web3'
import ChainLongWeb3Provider from '@cqlinkoff/chainlong-web3-provider'

const provider = new ChainLongWeb3Provider({
  rpcUrl: 'wss://rinkeby.infura.io/ws'
})

const web3 = new Web3(provider)