Socket
Book a DemoInstallSign in
Socket

@airgap/beacon-blockchain-ic

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airgap/beacon-blockchain-ic

> TODO: description

next
latest
Source
npmnpm
Version
4.0.11-icp-icrc25-beta.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

@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

FAQs

Package last updated on 02 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts