@tezos-x/octez.connect-blockchain-tezosThis package is part of the @tezos-x/octez.connect-sdk project. Read more
This package adds support for the tezos blockchain. It can be used in combination with the @tezos-x/octez.connect-dapp or @tezos-x/octez.connect-wallet packages.
import { DAppClient } from '@tezos-x/octez.connect-dapp'
import { TezosBlockchain } from '@tezos-x/octez.connect-blockchain-tezos'
const client = new DAppClient({
name: 'Example DApp',
})
const tezosBlockchain = new TezosBlockchain()
client.addBlockchain(tezosBlockchain)
Check our documentation for more information. Documentation