{"id":13746871,"url":"https://github.com/iExecBlockchainComputing/iexec-sdk","last_synced_at":"2025-05-09T07:32:54.278Z","repository":{"id":37406031,"uuid":"97834603","full_name":"iExecBlockchainComputing/iexec-sdk","owner":"iExecBlockchainComputing","description":"CLI and JS library allowing developers to easily interact with the iExec stack","archived":false,"fork":false,"pushed_at":"2024-05-21T14:10:08.000Z","size":10046,"stargazers_count":408,"open_issues_count":15,"forks_count":37,"subscribers_count":43,"default_branch":"master","last_synced_at":"2024-05-22T10:40:04.975Z","etag":null,"topics":["blockchain","ethereum","iexec"],"latest_commit_sha":null,"homepage":"https://iex.ec","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iExecBlockchainComputing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-20T12:48:58.000Z","updated_at":"2024-05-27T20:02:11.875Z","dependencies_parsed_at":"2023-09-22T21:38:25.630Z","dependency_job_id":"35c9918a-3896-49f0-907a-f25946a97188","html_url":"https://github.com/iExecBlockchainComputing/iexec-sdk","commit_stats":{"total_commits":2235,"total_committers":14,"mean_commits":"159.64285714285714","dds":0.5351230425055928,"last_synced_commit":"e3fca850f96a6a9a98bbd64ad0b46fc3749d73db"},"previous_names":[],"tags_count":302,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iExecBlockchainComputing%2Fiexec-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iExecBlockchainComputing%2Fiexec-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iExecBlockchainComputing%2Fiexec-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iExecBlockchainComputing%2Fiexec-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iExecBlockchainComputing","download_url":"https://codeload.github.com/iExecBlockchainComputing/iexec-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224842526,"owners_count":17378985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","ethereum","iexec"],"created_at":"2024-08-03T06:01:03.351Z","updated_at":"2024-11-15T20:30:40.733Z","avatar_url":"https://github.com/iExecBlockchainComputing.png","language":"JavaScript","funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"![iExec SDK logo](./iexec_sdk_logo.jpg)\n\n# iExec SDK\n\n[![npm version](https://badge.fury.io/js/iexec.svg)](https://www.npmjs.com/package/iexec) [![npm version](https://img.shields.io/npm/dm/iexec.svg)](https://www.npmjs.com/package/iexec) [![license](https://img.shields.io/github/license/iExecBlockchainComputing/iexec-sdk.svg)](LICENSE) [![Twitter Follow](https://img.shields.io/twitter/follow/iex_ec.svg?style=social\u0026label=Follow)](https://twitter.com/iex_ec)\n\nThe iExec SDK is a CLI and a JS library that allows easy interactions with iExec decentralized marketplace in order to run off-chain computations.\n\n## [Library](./docs/README.md)\n\nThe iExec javascript SDK can be imported in your frontend or backend JS project.\n\ninstall\n\n```sh\nnpm install iexec\n```\n\nimport\n\n```js\nimport { IExec } from 'iexec';\n```\n\nCheck the [documentation](./docs/README.md)\n\n## [CLI](./CLI.md)\n\nThe iExec SDK comes with a command line interface enabling interactions with the decentralized marketplace from a terminal.\n\ninstall\n\n```sh\nnpm install -g iexec\n\n# check commands\niexec help\n```\n\nCheck the [documentation](./CLI.md)\n\n## Contributing\n\n### Install\n\n```sh\nnpm ci\n```\n\n### Build\n\n```sh\nnpm run build\n```\n\n### Test\n\nTests run on a local dockerized stack, the test stack must be started prior to running tests\n\n```sh\n# once before testing\nnpm run start-test-stack\n```\n\n\u003e -After some times the test stack may become desynchronized, run `npm run start-test-stack` to refresh it.\n\u003e\n\u003e `npm run stop-test-stack` will teardown the test stack\n\nRun tests when the stack is up\n\n```sh\nnpm run test\n```\n\n\u003e Some tests relies on RPC API providers, to have them running smoothly you can provide the following envs\n\u003e\n\u003e - ALCHEMY_API_KEY (obtained from \u003chttps://alchemy.com\u003e)\n\u003e - ETHERSCAN_API_KEY (obtained from \u003chttps://etherscan.io\u003e)\n\u003e - INFURA_PROJECT_ID (obtained from \u003chttps://infura.io\u003e)\n\n## Changelog\n\nFind changes in the [CHANGELOG](./CHANGELOG.md)\n\n## Resources\n\n- [iExec main documentation](https://docs.iex.ec/for-developers/)\n- [The iExec Explorer](https://explorer.iex.ec)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiExecBlockchainComputing%2Fiexec-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FiExecBlockchainComputing%2Fiexec-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiExecBlockchainComputing%2Fiexec-sdk/lists"}