@airgap/beacon-blockchain-ic

v4.0.11-icp-icrc25-beta.0
> TODO: description

@airgap/beacon-blockchain-ic

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

Introduction

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

Usage

import { DAppClient } from '@airgap/beacon-dapp'
import { ICBlockchain } from '@airgap/beacon-blockchain-ic'

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

const icBlockchain = new ICBlockchain()
client.addBlockchain(icBlockchain)

Check our documentation for more information. Documentation

npm i @airgap/beacon-blockchain-ic

Metadata

  • ISC
  • Whatever
  • Julia Samol
  • released 10/2/2023

Downloads

Maintainers