{"id":15220932,"url":"https://github.com/spydra-tech/fabric-contract-node","last_synced_at":"2026-03-10T17:11:39.840Z","repository":{"id":182946449,"uuid":"656397926","full_name":"spydra-tech/fabric-contract-node","owner":"spydra-tech","description":"Spydra Node.js Base Contract for Hyperledger Fabric that provides advanced functionalities for any Chaincode","archived":false,"fork":false,"pushed_at":"2023-06-21T10:29:03.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-30T16:56:07.058Z","etag":null,"topics":["blockchain","chaincode","chaincode-node","distributed-ledger","distributed-ledger-technology","fabric","hyperledger","hyperledger-fabric","smart-contracts"],"latest_commit_sha":null,"homepage":"","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/spydra-tech.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-20T21:54:45.000Z","updated_at":"2023-06-20T23:43:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce1ab8d1-503f-4fcf-8309-c8c5b1cd8d2d","html_url":"https://github.com/spydra-tech/fabric-contract-node","commit_stats":null,"previous_names":["spydra-tech/fabric-contract-node"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spydra-tech/fabric-contract-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spydra-tech%2Ffabric-contract-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spydra-tech%2Ffabric-contract-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spydra-tech%2Ffabric-contract-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spydra-tech%2Ffabric-contract-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spydra-tech","download_url":"https://codeload.github.com/spydra-tech/fabric-contract-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spydra-tech%2Ffabric-contract-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30344142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"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":["blockchain","chaincode","chaincode-node","distributed-ledger","distributed-ledger-technology","fabric","hyperledger","hyperledger-fabric","smart-contracts"],"created_at":"2024-09-28T14:05:03.506Z","updated_at":"2026-03-10T17:11:39.821Z","avatar_url":"https://github.com/spydra-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maintained by Spydra.app](https://img.shields.io/badge/maintained%20by-spydra.app-blueviolet)](https://www.spydra.app/?utm_source=github\u0026utm_medium=fabric_contract)\n[![npm version](https://badge.fury.io/js/spydra-fabric-contract-node.svg)](https://badge.fury.io/js/spydra-fabric-contract-node)\n# Spydra Hyperledger Fabric Base Contract\n\nThe Spydra Hyperledger Fabric Base Contract has various utility methods which provide additional functionalities out of the box to any Chaincode that is deployed in a [Spydra](https://www.spydra.app/?utm_source=github\u0026utm_medium=fabric_contract) blockchain network. Simply extend your own Chaincode Smart Contract from the Spydra Base Contract to get these additional features.\n\n- Query the world state using Graph QL. For more details, refer to [Spydra Graph QL](https://docs.spydra.app/products-overview/graphql).\n\n## Quick Start\n1. Install spydra-fabric-contract-node from npm.\n\n    With npm:\n    ```sh\n    $ npm install --save spydra-fabric-contract-node\n    ```\n\n    or using yarn:\n    ```sh\n    $ yarn add spydra-fabric-contract-node\n    ```\n2. Extend your Smart Contract from the Spydra Base Contract.\n    ```javascript\n    class MyCustomContract extends SpydraContract {\n\t    \n    }\n    ```\n3. Export the SpydraContract as one of the Smart contracts in index.js.\n    ```javascript\n        module.exports.contracts = [MyCustomContract, SpydraContract];\n    ```\n\n4. [Deploy](https://docs.spydra.app/how-to/apps/deploy-app) the Chaincode on a Spydra Blockchain network and start querying on any attribute using [Graph QL](https://docs.spydra.app/products-overview/graphql).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspydra-tech%2Ffabric-contract-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspydra-tech%2Ffabric-contract-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspydra-tech%2Ffabric-contract-node/lists"}