This package is part of the @mavrykdynamics/beacon-sdk
project. Read more
This package adds support for substrate
based blockchains. It can be used in combination with the @mavrykdynamics/beacon-dapp
or @mavrykdynamics/beacon-wallet
packages.
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