@mavrykdynamics/beacon-blockchain-mavryk
v4.2.3
Published
This package adds support for the `mavryk` blockchain. It can be used in combination with the `@mavrykdynamics/beacon-dapp` or `@mavrykdynamics/beacon-wallet` packages.
Downloads
94
Readme
@mavrykdynamics/beacon-blockchain-mavryk
This package is part of the @mavrykdynamics/beacon-sdk
project. Read more
Introduction
This package adds support for 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 { MavrykBlockchain } from '@airga/beacon-blockchain-mavryk'
const client = new DAppClient({
name: 'Example DApp',
})
const mavrykBlockchain = new MavrykBlockchain()
client.addBlockchain(mavrykBlockchain)
Check our documentation for more information. Documentation