{"id":28590319,"url":"https://github.com/antoniopaya22/fabric-network","last_synced_at":"2026-05-07T01:40:32.140Z","repository":{"id":112335655,"uuid":"177559287","full_name":"antoniopaya22/Fabric-Network","owner":"antoniopaya22","description":"Fabric-Network submodule","archived":false,"fork":false,"pushed_at":"2019-07-18T08:21:17.000Z","size":38296,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-07T01:39:26.042Z","etag":null,"topics":["blockchain","chaincode","fabric-netwrok","go","hyperledger-fabric","node"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/antoniopaya22.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":"2019-03-25T09:57:07.000Z","updated_at":"2019-08-04T21:39:27.000Z","dependencies_parsed_at":"2023-05-13T03:45:23.330Z","dependency_job_id":null,"html_url":"https://github.com/antoniopaya22/Fabric-Network","commit_stats":null,"previous_names":["antoniopaya22/fabric-network"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antoniopaya22/Fabric-Network","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniopaya22%2FFabric-Network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniopaya22%2FFabric-Network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniopaya22%2FFabric-Network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniopaya22%2FFabric-Network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoniopaya22","download_url":"https://codeload.github.com/antoniopaya22/Fabric-Network/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniopaya22%2FFabric-Network/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32719573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T00:29:05.620Z","status":"ssl_error","status_checked_at":"2026-05-07T00:28:57.074Z","response_time":117,"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":["blockchain","chaincode","fabric-netwrok","go","hyperledger-fabric","node"],"created_at":"2025-06-11T08:13:49.509Z","updated_at":"2026-05-07T01:40:32.126Z","avatar_url":"https://github.com/antoniopaya22.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fabric-Network\n\n## Índice\n1. [Home](https://github.com/antonioalfa22/Fabric-Network/wiki)\n2. [Prerrequisitos](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos)\n    1. [Instalación](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#instalaci%C3%B3n)\n        1. [Curl](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#curl)\n        2. [Docker](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#docker)\n        3. [Docker-Compose](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#docker-compose)\n        4. [Go](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#docker-compose)\n        5. [Git](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#git)\n        6. [Node \u0026 npm](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#node--npm)\n    2. [Preparar entorno](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#preparar-entorno)\n        1. [Clonar repositorio](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#clonar-repositorio)\n        2. [Cambiar hostnames](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#clonar-repositorio)\n        3. [Añadir binarios al path](https://github.com/antonioalfa22/Fabric-Network/wiki/Prerrequisitos#clonar-repositorio)\n3. [Levantar la red](https://github.com/antonioalfa22/Fabric-Network/wiki/Levantar-la-red)\n    1. [Generar certificados, channelArtifacts y descargar imágenes Docker](https://github.com/antonioalfa22/Fabric-Network/wiki/Levantar-la-red#generar-certificados-channelartifacts-y-descargar-im%C3%A1genes-docker)\n    2. [Crear cluster con Docker-Swarm](https://github.com/antonioalfa22/Fabric-Network/wiki/Levantar-la-red#crear-cluster-con-docker-swarm)\n    3. [Crear red Docker](https://github.com/antonioalfa22/Fabric-Network/wiki/Levantar-la-red#crear-red-docker)\n    4. [Iniciar los servicios](https://github.com/antonioalfa22/Fabric-Network/wiki/Levantar-la-red#iniciar-los-servicios)\n4. [Crear canal e instanciar chaincode](https://github.com/antonioalfa22/Fabric-Network/wiki/Crear-canal-e-instanciar-chaincode)\n    1. [Conectarse a un nodo](https://github.com/antonioalfa22/Fabric-Network/wiki/Crear-canal-e-instanciar-chaincode#conectarse-a-un-nodo)\n    2. [Crear canal, unir organizaciones al canal e instanciar chaincode](https://github.com/antonioalfa22/Fabric-Network/wiki/Crear-canal-e-instanciar-chaincode#crear-canal-unir-organizaciones-al-canal-e-instanciar-chaincode)\n5. [Parar y borrar la red](https://github.com/antonioalfa22/Fabric-Network/wiki/Parar-y-Borrar-la-red)\n\n## Descripción\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniopaya22%2Ffabric-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoniopaya22%2Ffabric-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniopaya22%2Ffabric-network/lists"}