3.3.2-beta.0 • Published 1 year ago

@airgap/beacon-blockchain-deku v3.3.2-beta.0

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

@airgap/beacon-blockchain-deku

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

Introduction

This package adds support for deku based blockchains. It can be used in combination with the @airgap/beacon-dapp or @airgap/beacon-wallet packages.

Usage

import { DAppClient } from '@airga/beacon-dapp'
import { DekuBlockchain } from '@airga/beacon-blockchain-deku'

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

const dekuBlockchain = new DekuBlockchain()
client.addBlockchain(dekuBlockchain)

Check our documentation for more information. Documentation