@sparkdreamnft/beacon-blockchain-tezos
v4.0.16
Published
This package adds support for the `tezos` blockchain. It can be used in combination with the `@sparkdreamnft/beacon-dapp` or `@sparkdreamnft/beacon-wallet` packages.
Downloads
3
Readme
@sparkdreamnft/beacon-blockchain-tezos
This package is part of the @sparkdreamnft/beacon-sdk project. Read more
Introduction
This package adds support for the tezos blockchain. It can be used in combination with the @sparkdreamnft/beacon-dapp or @sparkdreamnft/beacon-wallet packages.
Usage
import { DAppClient } from '@airga/beacon-dapp'
import { TezosBlockchain } from '@airga/beacon-blockchain-tezos'
const client = new DAppClient({
name: 'Example DApp',
})
const tezosBlockchain = new TezosBlockchain()
client.addBlockchain(tezosBlockchain)Check our documentation for more information. Documentation
