@mavrykdynamics/mavlet-blockchain-mavryk-saplingThis package is part of the @mavrykdynamics/mavlet-sdk project. Read more
This package adds support for mavryk-sapling, the sapling integration on the Mavryk blockchain. It can be used in combination with the @mavrykdynamics/mavlet-dapp or @mavrykdynamics/mavlet-wallet packages.
import { DAppClient } from '@airga/mavlet-dapp'
import { MavrykSaplingBlockchain } from '@airga/mavlet-blockchain-mavryk-sapling'
const client = new DAppClient({
name: 'Example DApp',
})
const mavrykSaplingBlockchain = new MavrykSaplingBlockchain()
client.addBlockchain(mavrykSaplingBlockchain)
Check our documentation for more information. Documentation
Generated using TypeDoc