{"id":19162603,"url":"https://github.com/salmandabbakuti/hyperledgerfabric-dev","last_synced_at":"2026-04-16T18:32:53.912Z","repository":{"id":99905015,"uuid":"146563540","full_name":"Salmandabbakuti/HyperledgerFabric-Dev","owner":"Salmandabbakuti","description":"Hyperledger-Fabric development pre-requisites and steps","archived":false,"fork":false,"pushed_at":"2019-11-10T07:34:07.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T22:41:19.642Z","etag":null,"topics":["blockchain-technology","chaincode","docker","first-network","golang","hyperledger-fabric","smartcontracts"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Salmandabbakuti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-08-29T07:40:12.000Z","updated_at":"2020-01-25T20:47:09.000Z","dependencies_parsed_at":"2023-05-11T00:00:50.397Z","dependency_job_id":null,"html_url":"https://github.com/Salmandabbakuti/HyperledgerFabric-Dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Salmandabbakuti/HyperledgerFabric-Dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2FHyperledgerFabric-Dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2FHyperledgerFabric-Dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2FHyperledgerFabric-Dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2FHyperledgerFabric-Dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Salmandabbakuti","download_url":"https://codeload.github.com/Salmandabbakuti/HyperledgerFabric-Dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2FHyperledgerFabric-Dev/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267639569,"owners_count":24119780,"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-07-29T02:00:12.549Z","response_time":2574,"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":["blockchain-technology","chaincode","docker","first-network","golang","hyperledger-fabric","smartcontracts"],"created_at":"2024-11-09T09:12:14.752Z","updated_at":"2026-04-16T18:32:48.880Z","avatar_url":"https://github.com/Salmandabbakuti.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyperledger-Dev\npermissioned Blockchain development Environment\n \n ## First-network\n \n #### Pre-requisites\n \n```\n ****Docker***\n \n sudo apt install apt-transport-https ca-certificates curl software-properties-common\ncurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\nsudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable\"\nsudo apt update\napt-cache policy docker-ce\nsudo apt install docker-ce\nsudo apt install docker-compose\n\n***Go-lang**\n\nwget https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz\n\nsudo tar -xvf go1.12.6.linux-amd64.tar.gz\nsudo mv go /usr/local\nexport GOROOT=/usr/local/go\nexport GOPATH=$HOME/go  #choose your prferred work directory path\nexport PATH=$GOPATH/bin:$GOROOT/bin:$PATH\n\n***Node.js and Npm***\n \n curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - \n sudo apt-get install -y nodejs  #node v12.xx\n\n***Fabric-samples Docker images***\n\ncurl -sSL http://bit.ly/2ysbOFE | bash -s\n\n\n```\n\nBuild your Network\n\n```\ncd fabric-samples/first-network \nsudo ./byfn.sh generate       #Generates Certificates for network\nsudo ./byfn.sh up             #Creates Genesis state and starts network\n\nsudo ./byfn.sh down           #Stops Network\n\n```\n\n#### Creating Personalized Network\n\n##### Work Flow\n\n1. Configuring Network Organizations\n2. Certificates Generation\n3. Configuring Gensis-states and Channel Transactions\n4. Containerization of Orgs\n5. Bringing Up Network\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalmandabbakuti%2Fhyperledgerfabric-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalmandabbakuti%2Fhyperledgerfabric-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalmandabbakuti%2Fhyperledgerfabric-dev/lists"}