🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@ironforge/sdk

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ironforge/sdk

IronForge SDK.

0.0.6
latest
npm
Version published
Weekly downloads
1
-75%
Maintainers
5
Weekly downloads
 
Created
Source

@ironforge/sdk Build+Test+Lint

Ironforge SDK

Docs

Example

const API_KEY = '<your ironforge API key>'
import { IronforgeSdk } from '@ironforge/sdk'

const sdk = new IronforgeSdk(API_KEY)
const { result, status } = await sdk.accounts.filterByType({
  accountType: 'CandyMachine',
  query: { filter: { 'data.data.price': 250 } },
  cluster: 'devnet',
  program: 'cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ',
  limit: 2,
  offset: 0,
})

console.log(status) // => 200
console.log(result)

LICENSE

MIT

FAQs

Package last updated on 22 Sep 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