{"id":21429741,"url":"https://github.com/limechain/tx-inclusion-sdk","last_synced_at":"2026-01-03T09:03:57.888Z","repository":{"id":178348270,"uuid":"661746655","full_name":"LimeChain/tx-inclusion-sdk","owner":"LimeChain","description":"The SDK package is designed to help the interaction with the Transaction Inclusion Contracts in order to gather all the needed data for a transaction and pass it to the contracts for verification.","archived":false,"fork":false,"pushed_at":"2023-07-10T15:19:07.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-24T10:49:08.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LimeChain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-07-03T14:50:48.000Z","updated_at":"2023-07-21T14:06:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5d16e8a-db26-4a3b-a35f-dec0884a00b2","html_url":"https://github.com/LimeChain/tx-inclusion-sdk","commit_stats":null,"previous_names":["limechain/tx-inclusion-sdk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeChain%2Ftx-inclusion-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeChain%2Ftx-inclusion-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeChain%2Ftx-inclusion-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeChain%2Ftx-inclusion-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LimeChain","download_url":"https://codeload.github.com/LimeChain/tx-inclusion-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243940062,"owners_count":20372044,"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","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-22T22:19:02.093Z","updated_at":"2026-01-03T09:03:57.793Z","avatar_url":"https://github.com/LimeChain.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT License][license-shield]][license-url]\n\n## Transaction Inclusion SDK\n\nThe SDK package is designed to help the interaction with the [Transaction Inclusion Contracts](https://github.com/LimeChain/tx-inclusion-contracts) in order to gather all the needed data for a transaction and pass it to the contracts for verification.\nIt is part of the ongoing effort of [LimeLabs](https://limelabs.tech) and [LimeChain](https://limechain.tech) to give back and contribute to the blockchain community in the form of open source tooling and public goods infrastructure.\n\n## Usage Example\n\n```JavaScript\nimport { TxInclusionSDK } from \"@limechain/tx-inclusion-sdk\";\n\nconst txInclusionSdk = new TxInclusionSDK(rpcUrl);\nconst txInclusionProof = await txInclusionSdk.getTransactionInclusionProof(txHash);\n\nconsole.log(txInclusionProof);\n```\n\nWhere `rpcUrl` should be RPC provider URL, for example Infura.\n\n[license-url]: https://github.com/LimeChain/tx-inclusion-sdk/blob/main/LICENSE.txt\n[license-shield]: https://img.shields.io/badge/License-MIT-green.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimechain%2Ftx-inclusion-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimechain%2Ftx-inclusion-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimechain%2Ftx-inclusion-sdk/lists"}