4.2.3 • Published 12 months ago

@mavrykdynamics/beacon-blockchain-substrate v4.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

@mavrykdynamics/beacon-blockchain-substrate

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

Introduction

This package adds support for substrate based blockchains. It can be used in combination with the @mavrykdynamics/beacon-dapp or @mavrykdynamics/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

4.2.3

12 months ago

4.2.2

1 year ago

4.2.1

1 year ago

4.1.2

1 year ago

4.1.0

1 year ago

3.3.2

2 years ago

4.0.12-301023

2 years ago

4.0.12

2 years ago