{"id":21156940,"url":"https://github.com/resilientecosystem/typescript_sdk","last_synced_at":"2026-04-21T20:34:17.905Z","repository":{"id":206102768,"uuid":"714954776","full_name":"ResilientEcosystem/typescript_sdk","owner":"ResilientEcosystem","description":"Typescript SDK for ResilientDB","archived":false,"fork":false,"pushed_at":"2023-12-07T00:57:39.000Z","size":408,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-02T00:55:33.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ResilientEcosystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-11-06T07:34:01.000Z","updated_at":"2024-11-01T15:41:50.000Z","dependencies_parsed_at":"2023-12-06T05:28:53.609Z","dependency_job_id":"643047ad-59d4-4199-b18a-f131ce3242b3","html_url":"https://github.com/ResilientEcosystem/typescript_sdk","commit_stats":null,"previous_names":["resilientdb/typescript_sdk","resilientecosystem/typescript_sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ResilientEcosystem/typescript_sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResilientEcosystem%2Ftypescript_sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResilientEcosystem%2Ftypescript_sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResilientEcosystem%2Ftypescript_sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResilientEcosystem%2Ftypescript_sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ResilientEcosystem","download_url":"https://codeload.github.com/ResilientEcosystem/typescript_sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResilientEcosystem%2Ftypescript_sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32108772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-20T11:55:33.405Z","updated_at":"2026-04-21T20:34:17.864Z","avatar_url":"https://github.com/ResilientEcosystem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ResilientDB TypeScript SDK\n\nUse our ResilientDB TypeScript SDK to transact on ResilientDB, which leverages BigChainDB and mirrors the fucntionality of the python SDK.\n\nNOTE: \n* Has not undergone extensive software testing\n* Currently missing some functionality\n\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Getting Started\n\nMake sure Node v21.1.0 is installed on your machine via homebrew (MACOS), NVM (ANY), or any native package manager\n\n```bash\n# Using NVM\ncd your-project\nnvm install 21.1.0\n# switch to Node v21.1.0\nnvm use 21.1.0\n# check version\nnode -v\n```\n\n\n### Prerequisites\n\n* Node v21.1.0\n* NOTE: If you do not use the correct version, you may need to download additional polyfills\n\n### Installation\n\nAdd the SDK's remote URI to pull the repository upon calling `npm i`\n```json\n{\n    \"...\": \"\u003cOTHERS\u003e\",\n    \"dependencies\": {\n        \"...\": \"\u003cOTHERS\u003e\",\n        \"resilient-sdk\": \"\u003cGITHUB REPOSITORY LINK\u003e\",\n        \"...\": \"\u003cOTHERS\u003e\",\n    },\n    \"...\": \"\u003cOTHERS\u003e\"\n}\n```\n\n```bash\n# Example installation steps\ncd your-project\n// installs all dependencies in node modules\nnpm install\n```\n## Usage\n\n```javascript\nconst resilient-sdk = require(\"resilient-sdk\") \n// OR DESTRUCTURED IMPORTS\nimport { ... } from 'resilient-sdk'\n// you will have have access to all classes and interfaces for your application\n```\n\n## Contributing\n\nThe ExpoLab at the University of California, Davis\nPrimary contributor: Steve Chen\n\n## License\n\nThis project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresilientecosystem%2Ftypescript_sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresilientecosystem%2Ftypescript_sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresilientecosystem%2Ftypescript_sdk/lists"}