@sparkdreamnft/beacon-blockchain-tezos-sapling
TypeScript icon, indicating that this package has built-in type declarations

4.0.16 • Public • Published

@sparkdreamnft/beacon-blockchain-tezos-sapling

This package is part of the @sparkdreamnft/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 @sparkdreamnft/beacon-dapp or @sparkdreamnft/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

Readme

Keywords

none

Package Sidebar

Install

npm i @sparkdreamnft/beacon-blockchain-tezos-sapling

Weekly Downloads

1

Version

4.0.16

License

ISC

Unpacked Size

84.3 kB

Total Files

69

Last publish

Collaborators

  • sparkdreamnft