Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

iexec

Package Overview
Dependencies
Maintainers
2
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iexec

iExec SDK

latest
Source
npmnpm
Version
8.19.0
Version published
Maintainers
2
Created
Source

iExec SDK logo

iExec SDK

npm version npm version license Twitter Follow

The iExec SDK is a CLI and a JS library that allows easy interactions with iExec decentralized marketplace in order to run off-chain computations.

Library

The iExec javascript SDK can be imported in your frontend or backend JS project.

install

npm install iexec

import

import { IExec } from 'iexec';

Check the documentation

CLI

The iExec SDK comes with a command line interface enabling interactions with the decentralized marketplace from a terminal.

install

npm install -g iexec

# check commands
iexec help

Check the documentation

Contributing

Install

npm ci
npm run codegen

Build

npm run build

Test

Tests run on a local dockerized stack, the test stack must be started prior to running tests

# once before testing
npm run start-test-stack

-After some times the test stack may become desynchronized, run npm run start-test-stack to refresh it.

npm run stop-test-stack will teardown the test stack

Run tests when the stack is up

npm run test

Some tests relies on RPC API providers, to have them running smoothly you can provide the following envs

Changelog

Find changes in the CHANGELOG

Resources

FAQs

Package last updated on 02 Oct 2025

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