Module @mavrykdynamics/mavlet-blockchain-substrate - v1.0.0

@mavrykdynamics/mavlet-blockchain-substrate

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

Introduction

This package adds support for substrate based blockchains. It can be used in combination with the @mavrykdynamics/mavlet-dapp or @mavrykdynamics/mavlet-wallet packages.

Usage

import { DAppClient } from '@airga/mavlet-dapp'
import { SubstrateBlockchain } from '@airga/mavlet-blockchain-substrate'

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

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

Check our documentation for more information. Documentation

Index

Enumerations

Classes

Interfaces

Type Aliases

Generated using TypeDoc