{"id":22344393,"url":"https://github.com/symbol/symbol-sdk-typescript-javascript","last_synced_at":"2025-07-30T03:30:56.405Z","repository":{"id":37385478,"uuid":"126712392","full_name":"symbol/symbol-sdk-typescript-javascript","owner":"symbol","description":"This SDK has been deprecated as of January 2022.","archived":false,"fork":false,"pushed_at":"2024-03-15T13:51:10.000Z","size":89676,"stargazers_count":104,"open_issues_count":36,"forks_count":55,"subscribers_count":38,"default_branch":"dev","last_synced_at":"2025-07-18T01:26:47.417Z","etag":null,"topics":["javascript","sdk","symbol","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/symbol-sdk","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/symbol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-03-25T15:36:53.000Z","updated_at":"2025-05-08T08:58:20.000Z","dependencies_parsed_at":"2024-03-14T21:50:05.258Z","dependency_job_id":"8d088a3f-3e80-4537-8736-3bacd219e8ce","html_url":"https://github.com/symbol/symbol-sdk-typescript-javascript","commit_stats":null,"previous_names":["nemtech/nem2-sdk-typescript-javascript","nemtech/symbol-sdk-typescript-javascript"],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/symbol/symbol-sdk-typescript-javascript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbol%2Fsymbol-sdk-typescript-javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbol%2Fsymbol-sdk-typescript-javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbol%2Fsymbol-sdk-typescript-javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbol%2Fsymbol-sdk-typescript-javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/symbol","download_url":"https://codeload.github.com/symbol/symbol-sdk-typescript-javascript/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbol%2Fsymbol-sdk-typescript-javascript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267803963,"owners_count":24146527,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["javascript","sdk","symbol","typescript"],"created_at":"2024-12-04T09:10:20.127Z","updated_at":"2025-07-30T03:30:55.976Z","avatar_url":"https://github.com/symbol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":warning: **This SDK has been deprecated as of January 2022.** The new NEM \u0026 Symbol JavaScript SDK can be found [here](https://github.com/symbol/symbol/tree/dev/sdk/javascript). \n\n# Symbol SDK for TypeScript and JavaScript\n\n[![npm version](https://badge.fury.io/js/symbol-sdk.svg)](https://badge.fury.io/js/symbol-sdk)\n[![Build Status](https://api.travis-ci.com/nemtech/symbol-sdk-typescript-javascript.svg?branch=main)](https://travis-ci.com/nemtech/symbol-sdk-typescript-javascript)\n[![Coverage Status](https://coveralls.io/repos/github/nemtech/symbol-sdk-typescript-javascript/badge.svg)](https://coveralls.io/github/nemtech/symbol-sdk-typescript-javascript?branch=travis-ci)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nThe Symbol SDK for TypeScript / JavaScript allows you to develop web, mobile, and Node.js applications.\n\n## Important Notes\n\n### _Catapult-Server_ Network Compatibility (catapult-server@1.0.3.5)\n\nSymbol network launched [catapult-client](https://github.com/symbol/symbol/releases), **it is recommended to use this package's 2.0.3 version and upwards for the Symbol public network**.\n\nFind the complete release notes [here](CHANGELOG.md).\n\n## Requirements\n\n### NodeJS\n\n- NodeJS 10.X.X and above (from v0.18.0)\n\n## Installation\n\n```bash\nnpm install symbol-sdk rxjs\n```\n\n## Usage\n\nSurf the [documentation][docs] to get started into Symbol development.\nYou will find self-paced guides and useful code snippets using the TypeScript/Javascript SDK.\n\nTo get the full description of the available classes and their functions, check the [SDK reference][sdk-ref].\n\n## Getting help\n\nUse the following available resources to get help:\n\n- [Symbol Documentation][docs]\n- [Symbol SDK Typescript/Javascript Reference][sdk-ref]\n- Join the community [Discord server][discord]\n- If you found a bug, [open a new issue][issues]\n\n## Contributing\n\nContributions are welcome and appreciated.\nCheck [CONTRIBUTING](CONTRIBUTING.md) for information on how to contribute.\n\nYou can also find useful notes for developers under our documentation [guidelines][guidelines] section.\n\n## License\n\nCopyright (c) 2018-present NEM\nLicensed under the [Apache License 2.0](LICENSE)\n\n[self]: https://github.com/symbol/symbol-sdk-typescript-javascript\n[docs]: https://docs.symbol.dev/getting-started/setup-workstation.html\n[issues]: https://github.com/symbol/symbol-sdk-typescript-javascript/issues\n[sdk-ref]: https://docs.symbol.dev/references/typescript-sdk.html\n[guidelines]: https://docs.symbol.dev/contribute/contributing.html#sdk\n[discord]: https://discord.com/invite/xymcity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbol%2Fsymbol-sdk-typescript-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymbol%2Fsymbol-sdk-typescript-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbol%2Fsymbol-sdk-typescript-javascript/lists"}