Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

injective-core

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

injective-core

Injective Core - Injective Protocol blockchain node binary (injectived)

build
latest
Source
npmnpm
Version
1.17.2-build3
Version published
Maintainers
1
Created
Source

Injective Core

NPM package wrapper for the Injective blockchain node binary (injectived).

Installation

npm install -g injective-core

Or use with npx (no installation required):

npx -p injective-core injectived --help

Supported Platforms

  • macOS ARM64 (Apple Silicon)
  • Linux ARM64
  • Linux x64

Usage

After installation, the injectived and injective-core commands are available:

injectived --help
injective-core --help
injectived init
injectived start

How It Works

This package uses platform-specific optional dependencies to download the correct binary for your system. If optional dependencies are disabled, it will fall back to downloading the binary during installation.

Platform-Specific Packages

If you need to depend on a specific platform version:

  • injective-core-darwin-arm64
  • injective-core-linux-arm64
  • injective-core-linux-x64

License

BUSL-1.1

Keywords

injective

FAQs

Package last updated on 03 Feb 2026

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