Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@airgap/beacon-blockchain-deku

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airgap/beacon-blockchain-deku

> TODO: description

latest
Source
npmnpm
Version
3.3.2-beta.0
Version published
Maintainers
1
Created
Source

@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

FAQs

Package last updated on 30 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts