{"id":20556537,"url":"https://github.com/xyoraclenetwork/clients","last_synced_at":"2026-03-07T01:02:47.792Z","repository":{"id":210332806,"uuid":"726299171","full_name":"XYOracleNetwork/clients","owner":"XYOracleNetwork","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-06T17:31:59.000Z","size":18805,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-06T20:52:20.735Z","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":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XYOracleNetwork.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-02T01:27:35.000Z","updated_at":"2026-03-06T17:32:02.000Z","dependencies_parsed_at":"2023-12-06T03:07:27.330Z","dependency_job_id":"a71c37eb-fbf0-4086-be77-6fe10c92ea4c","html_url":"https://github.com/XYOracleNetwork/clients","commit_stats":null,"previous_names":["xyoraclenetwork/clients"],"tags_count":95,"template":false,"template_full_name":null,"purl":"pkg:github/XYOracleNetwork/clients","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XYOracleNetwork%2Fclients","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XYOracleNetwork%2Fclients/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XYOracleNetwork%2Fclients/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XYOracleNetwork%2Fclients/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XYOracleNetwork","download_url":"https://codeload.github.com/XYOracleNetwork/clients/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XYOracleNetwork%2Fclients/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30204452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"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":[],"created_at":"2024-11-16T03:28:58.754Z","updated_at":"2026-03-07T01:02:47.686Z","avatar_url":"https://github.com/XYOracleNetwork.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![logo][]](https://xyo.network)\n\n# clients\n\n[![main-build][]][main-build-link]\n[![npm-badge][]][npm-link]\n[![codacy-badge][]][codacy-link]\n[![codeclimate-badge][]][codeclimate-link]\n[![snyk-badge][]][snyk-link]\n[![license-badge][]][license-link]\n\n\u003e The XYO Foundation provides this source code in our efforts to\n\u003e advance the understanding of the XYO Protocol and its possible uses.\n\u003e We continue to maintain this software in the interest of developer education.\n\n## Table of Contents\n-   [Title](#sdk-xyo-client-js)\n-   [Table of Contents](#table-of-contents)\n-   [Description](#description)\n-   [Install](#install)\n-   [Maintainers](#maintainers)\n-   [License](#license)\n-   [Credits](#credits)\n\n## Description\n\n\u003e Primary SDK for using the XYO Protocol 2.0 from TypeScript/JavaScript.\n\u003e Designed to work in both browser based and Node JS based solutions.\n\n## Use the sdk in another project\n\nUsing npm:\n\n```sh\nnpm i --save @xyo-network/clients\n```\n\nUsing yarn:\n\n```sh\nyarn add @xyo-network/clients\n```\n\n## Building the sdk locally\n\nFirst clone the repo to your local computer.  Once you have done that, from\ninside the folder where it was cloned, these are some commands you can do.\n\nSee list of XY scripts.\n\n```sh\nyarn xy help\n```\n\nCompile the mono repo\n\n```sh\nyarn xy compile\n```\n\n## Maintainers\n\n-   [Arie Trouw](https://github.com/arietrouw) [(arietrouw.com)](https://arietrouw.com)\n-   [Matt Jones](https://github.com/jonesmac)\n-   [Joel Carter](https://github.com/JoelBCarter)\n\n## License\n\n\u003e See the [LICENSE](https://raw.githubusercontent.com/XYOracleNetwork/clients/main/LICENSE)\n\u003e file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png\n\n[main-build]: https://github.com/XYOracleNetwork/clients/actions/workflows/build.yml/badge.svg\n[main-build-link]: https://github.com/XYOracleNetwork/clients/actions/workflows/build.yml\n\n[npm-badge]: https://img.shields.io/npm/v/@xyo-network/clients.svg\n[npm-link]: https://www.npmjs.com/package/@xyo-network/clients\n\n[codacy-badge]: https://app.codacy.com/project/badge/Grade/3aa7776c45aa42a3a8bba8be302fc363\n[codacy-link]: https://www.codacy.com/gh/XYOracleNetwork/clients/dashboard?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=XYOracleNetwork/clients\u0026utm_campaign=Badge_Grade\n\n[codeclimate-badge]: https://api.codeclimate.com/v1/badges/8e85bbe6e7dc563efa7a/maintainability\n[codeclimate-link]: https://codeclimate.com/github/XYOracleNetwork/clients/maintainability\n\n[snyk-badge]: https://snyk.io/test/github/XYOracleNetwork/clients/badge.svg?targetFile=package.json\n[snyk-link]: https://snyk.io/test/github/XYOracleNetwork/clients?targetFile=package.json\n\n[license-badge]: https://img.shields.io/github/license/XYOracleNetwork/clients\n[license-link]: https://github.com/XYOracleNetwork/clients/blob/main/LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyoraclenetwork%2Fclients","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxyoraclenetwork%2Fclients","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyoraclenetwork%2Fclients/lists"}