{"id":30956102,"url":"https://github.com/dfinity/icp-js-core","last_synced_at":"2026-01-15T22:18:18.407Z","repository":{"id":37081101,"uuid":"290373310","full_name":"dfinity/icp-js-core","owner":"dfinity","description":"The base library to build applications on the Internet Computer.","archived":false,"fork":false,"pushed_at":"2025-12-18T15:58:28.000Z","size":329087,"stargazers_count":170,"open_issues_count":5,"forks_count":96,"subscribers_count":28,"default_branch":"main","last_synced_at":"2026-01-13T19:24:05.644Z","etag":null,"topics":["icp","internet-computer","javascript","typescript"],"latest_commit_sha":null,"homepage":"https://js.icp.build/core","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfinity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-26T02:21:00.000Z","updated_at":"2025-12-18T15:47:13.000Z","dependencies_parsed_at":"2023-02-16T04:45:34.019Z","dependency_job_id":"953df810-56ea-4389-b1b5-f90a12200425","html_url":"https://github.com/dfinity/icp-js-core","commit_stats":{"total_commits":522,"total_committers":64,"mean_commits":8.15625,"dds":0.5134099616858238,"last_synced_commit":"12b851f01fb0a0fc911089f37282adcb59e991bb"},"previous_names":["dfinity/icp-js-core","dfinity/agent-js"],"tags_count":102,"template":false,"template_full_name":null,"purl":"pkg:github/dfinity/icp-js-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-js-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-js-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-js-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-js-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfinity","download_url":"https://codeload.github.com/dfinity/icp-js-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-js-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["icp","internet-computer","javascript","typescript"],"created_at":"2025-09-11T12:03:58.877Z","updated_at":"2026-01-15T22:18:18.385Z","avatar_url":"https://github.com/dfinity.png","language":"TypeScript","readme":"# icp-js-core\n\n[![NPM Version](https://img.shields.io/npm/v/%40icp-sdk%2Fcore)](https://www.npmjs.com/package/@icp-sdk/core)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nThe source code repository for the `@icp-sdk/core` package - the official JavaScript SDK for building applications on the Internet Computer.\n\n## For Package Users\n\nIf you're looking to use the `@icp-sdk/core` package in your project, visit:\n\n- **📦 Package Folder**: [packages/core](./packages/core)\n- **📚 Full Documentation**: [js.icp.build/core/](https://js.icp.build/core/)\n\n### Quick Start\n\n```typescript\nimport { HttpAgent } from '@icp-sdk/core/agent';\nimport { Ed25519KeyIdentity } from '@icp-sdk/core/identity';\nimport { IDL } from '@icp-sdk/core/candid';\nimport { Principal } from '@icp-sdk/core/principal';\n\nconst identity = Ed25519KeyIdentity.generate();\nconst canisterId = Principal.fromText('uqqxf-5h777-77774-qaaaa-cai');\n\nconst agent = await HttpAgent.create({\n  host: 'https://icp-api.io',\n  identity,\n});\n\n// Send an update call to the canister\nawait agent.call(canisterId, {\n  methodName: 'greet',\n  arg: IDL.encode([IDL.Text], ['world']),\n});\n```\n\n## Contributing\n\nThis repository contains the source code for `@icp-sdk/core` and related packages. Contributions are welcome! Please refer to the [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for details about setting up the development environment, running tests, and the review process.\n\n## License\n\nThis project is licensed under the [Apache-2.0 License](./LICENSE).\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Ficp-js-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfinity%2Ficp-js-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Ficp-js-core/lists"}