4.2.3 • Published 1 year ago

@mavrykdynamics/beacon-blockchain-mavryk v4.2.3

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

@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