Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@egabee/sdk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egabee/sdk

Monitor web3 transactions for success and failure to understand your customers better!

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@egabee/sdk

Monitor web3 transactions for success and failure to understand your customers better!

This library help you to report failing and successfull transactions to your Egabee project dashboard. For example if a transaction didn't make on chain you can use the sdk to send to your egabee dashboard and see the transaction details possibly figure out failure reason.

Install

pnpm i @egabee/sdk
yarn add @egabee/sdk
npm i @egabee/sdk

Usage

import { Egabee } from '@egabee/sdk'

const egabee = new Egabee({
  dns: '<your-dns-goes-here>',
  apiKey: '<your-api-key-goes-here>',
  chainType: 'EVM' // Supported types are Substrate, Cosmos, EVM
  //
  // Optional fields
  // contractIdentifier: 'UniswapV3Factory'  // address or contract name
// chainId: '1'
})

Keywords

blockchain

FAQs

Package last updated on 26 May 2024

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