4.2.3 • Published 1 year ago

@mavrykdynamics/beacon-blockchain-mavryk-sapling v4.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@mavrykdynamics/beacon-blockchain-mavryk-sapling

This package is part of the @mavrykdynamics/beacon-sdk project. Read more

Introduction

This package adds support for mavryk-sapling, the sapling integration on the Mavryk blockchain. It can be used in combination with the @mavrykdynamics/beacon-dapp or @mavrykdynamics/beacon-wallet packages.

Usage

import { DAppClient } from '@airga/beacon-dapp'
import { MavrykSaplingBlockchain } from '@airga/beacon-blockchain-mavryk-sapling'

const client = new DAppClient({
    name: 'Example DApp',
})

const mavrykSaplingBlockchain = new MavrykSaplingBlockchain()
client.addBlockchain(mavrykSaplingBlockchain)

Check our documentation for more information. Documentation