{"id":30126470,"url":"https://github.com/iotaledger/product-core","last_synced_at":"2026-01-20T17:55:00.791Z","repository":{"id":290595174,"uuid":"966594051","full_name":"iotaledger/product-core","owner":"iotaledger","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-07T13:39:43.000Z","size":4441,"stargazers_count":0,"open_issues_count":13,"forks_count":1,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-08-07T15:31:09.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/iotaledger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT","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}},"created_at":"2025-04-15T06:54:09.000Z","updated_at":"2025-07-16T15:38:10.000Z","dependencies_parsed_at":"2025-07-28T21:22:32.129Z","dependency_job_id":null,"html_url":"https://github.com/iotaledger/product-core","commit_stats":null,"previous_names":["iotaledger/product-core"],"tags_count":5,"template":false,"template_full_name":"iotaledger/template","purl":"pkg:github/iotaledger/product-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fproduct-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fproduct-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fproduct-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fproduct-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotaledger","download_url":"https://codeload.github.com/iotaledger/product-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fproduct-core/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756297,"owners_count":24470560,"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-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2025-08-10T16:50:17.296Z","updated_at":"2026-01-20T17:55:00.750Z","avatar_url":"https://github.com/iotaledger.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![banner](https://github.com/iotaledger/product-core/raw/HEAD/.github/banner.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.gg/iota-builders\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/badge/Discord-9cf.svg?logo=discord\" alt=\"Discord\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/iotaledger/identity.rs/blob/HEAD/LICENSE\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/github/license/iotaledger/identity.rs.svg\" alt=\"Apache 2.0 license\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://deps.rs/repo/github/iotaledger/identity.rs/status.svg\" alt=\"Dependencies\"\u003e\n  \u003ca href='https://coveralls.io/github/iotaledger/identity.rs?branch=main'\u003e\u003cimg src='https://coveralls.io/repos/github/iotaledger/identity.rs/badge.svg?branch=main' alt='Coverage Status' /\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\n---\n\n## About\n\nThis repository gathers resources shared by IOTA products.\n\n## Build\n\nTo build the Rust workspace you need to have `Rust` and `Cargo` installed.\nYou can find installation instructions in\nthe [Rust documentation](https://doc.rust-lang.org/cargo/getting-started/installation.html).\n\nWe recommend that you update the Rust compiler to the latest stable version first:\n\n```shell\nrustup update stable\n```\n\nThe [iota_interaction_ts](bindings/wasm/iota_interaction_ts) folder contains\nNodeJS and Web Javascript packages that can be build as follows:\n\n```\n\u003e # In folder bindings/wasm/iota_interaction_ts\n\u003e npm install\n\u003e npm run build\n```\n\n## Usage\n\nThis Repository only provides libraries that can be used as dependencies in other\nIOTA products:\n\n* [iota_interaction](./iota_interaction)\u003cbr\u003e\n  Platform Agnostic Iota Interaction Interfaces\n    * [iota_interaction_rust](./iota_interaction)\u003cbr\u003e\n      `iota_interaction` implementation for non-wasm targets using the IOTA\n      Rust SDK\n    * [iota_interaction_ts](./iota_interaction)\u003cbr\u003e\n      `iota_interaction` implementation for wasm32 targets (only NodeJS and Web) using the IOTA\n      TypeScript SDK\n* [product_common](./product_common)\u003cbr\u003e\n  Shared Rust code used in other IOTA product repositories  \n\n## Issues\n\nSee the [open issues](https://github.com/iotaledger/product-core/issues) for a full list of proposed features (and known issues).\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the Apache License. See `LICENSE` for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Fproduct-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotaledger%2Fproduct-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Fproduct-core/lists"}