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

4.2.2 • Public • Published

@mavrykdynamics/beacon-blockchain-tezos

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

Introduction

This package adds support for the tezos blockchain. It can be used in combination with the @mavrykdynamics/beacon-dapp or @mavrykdynamics/beacon-wallet packages.

Usage

import { DAppClient } from '@airga/beacon-dapp'
import { TezosBlockchain } from '@airga/beacon-blockchain-tezos'

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

const tezosBlockchain = new TezosBlockchain()
client.addBlockchain(tezosBlockchain)

Check our documentation for more information. Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i @mavrykdynamics/beacon-blockchain-tezos

Weekly Downloads

4

Version

4.2.2

License

ISC

Unpacked Size

71.3 kB

Total Files

33

Last publish

Collaborators

  • tristanallaire
  • smavryk