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