@airgap/beacon-blockchain-substrate
TypeScript icon, indicating that this package has built-in type declarations

4.2.1 • Public • Published

@airgap/beacon-blockchain-substrate

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

Introduction

This package adds support for substrate 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 { SubstrateBlockchain } from '@airga/beacon-blockchain-substrate'

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

const substrateBlockchain = new SubstrateBlockchain()
client.addBlockchain(substrateBlockchain)

Check our documentation for more information. Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i @airgap/beacon-blockchain-substrate

Weekly Downloads

2,002

Version

4.2.1

License

ISC

Unpacked Size

299 kB

Total Files

87

Last publish

Collaborators

  • papers_ch