#
hyperledger
Here are 805 public repositories matching this topic...
Hyperledger is a Collaborative Project at The Linux Foundation.
-
Updated
Jan 29, 2022
-
Updated
Mar 8, 2020 - JavaScript
Core repository for Sawtooth Distributed Ledger
-
Updated
May 3, 2022 - Python
-
Updated
May 12, 2022 - JavaScript
-
Updated
May 17, 2022 - Java
Iroha - A simple, decentralized ledger
-
Updated
Apr 16, 2019 - C++
-
Updated
May 10, 2022 - Go
Operating System for Enterprise Blockchain
-
Updated
May 19, 2022 - Python
Hyperledger Fabric SDK for Node https://wiki.hyperledger.org/display/fabric
-
Updated
May 17, 2022 - JavaScript
A curated list of resources for creating applications with hyperledger fabric
awesome
collection
tutorials
awesome-list
hyperledger
articles
hyperledger-fabric
hyperledgerfabric
hyperledger-setup
-
Updated
Mar 19, 2022
My personal study of blockchain related technology.
-
Updated
Oct 23, 2019 - Makefile
-
Updated
May 21, 2022 - Go
Certified Smart Contract Audits for Ethereum, Solana, Near, xDAI, Huobi ECO Chain, Binance Smart Chain, Fantom, EOS, Tezos by Chainsulting
rust
security-audit
ethereum
smart-contracts
audit
solidity
hyperledger
eos
solidity-contracts
nft
erc20-tokens
eos-contracts
solidity-security
defi
tezos-platform
smart-contracts-audit
binance-smart-chain
bep20
huobi-eco-chain
solana-program
-
Updated
May 21, 2022 - JavaScript
Hyperledger Fabric Python SDK
-
Updated
May 14, 2022 - Python
s8sato
commented
May 20, 2022
Currently I2::Dev::Tests workflow has 2 different testing jobs (tests_with_coverage and integration_tests) and has some duplicated compilation cost.
One solution will be:
- Replace
#[cfg(not(coverage))]with#[no_coverage]onintegrationmodules once#[no_coverage]become stable - Remove `integration_t
<블록체인의 정석 The Art of Blockchain>, <하이퍼레저 블록체인 개발 Hands-On Blockchain with Hyperledger> 소스코드 및 참고자료 저장소
-
Updated
May 12, 2021 - Python
Blockchain Books
awesome
bitcoin
ethereum
smart-contracts
blockchain
mining
cryptocurrency
solidity
awesome-list
hyperledger
web3
hyperledger-fabric
web3js
bitcoin-mining
ethereum-dapp
decentralized-applications
ethereum-mining
blockchain-books
-
Updated
Feb 5, 2022
An automation framework for rapidly and consistently deploying production-ready DLT platforms
-
Updated
May 13, 2022 - Kotlin
Short tutorial to build a blockchain application in Go with Hyperledger Fabric
-
Updated
Dec 17, 2021 - Go
DaevMithran
commented
Dec 23, 2021
The tails file location after publishing a credential definition is not considering the white spaces in revocation tags, which leads to fail in uploading tails file but publishes the credential definition on the ledger
-
Updated
Aug 30, 2019 - JavaScript
Starter Application and Deployment Scripts for Hyperledger Fabric
-
Updated
Apr 29, 2022 - Shell
Tidy up Blockchain ecosystem and tutorial
-
Updated
Jun 21, 2019
Grid provides reference implementations of supply-chain-centric items – data types, data models, smart contracts, and more – that are anchored on existing open standards and industry best practices.
-
Updated
May 20, 2022 - Rust
Helm charts for running and operating Hyperledger Fabric in Kubernetes. Previously hosted at https://github.com/APGGroeiFabriek/PIVT.
-
Updated
Feb 28, 2022 - Shell
Hyperledger FireFly is the first open source Supernode: a complete stack for enterprises to build and scale secure Web3 applications. The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.
-
Updated
May 20, 2022 - Go
Hyperledger Fabric Gateway SDK for Java https://wiki.hyperledger.org/display/fabric
-
Updated
Mar 24, 2022 - Java
Improve this page
Add a description, image, and links to the hyperledger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hyperledger topic, visit your repo's landing page and select "manage topics."
When deploying fabric in enterprise's intranet (without the ability to access internet), users maybe upload chaincode builder images and chaincode runtime images to a private docker registry which requires authentication when pulling images.
I think fabric can support this scenario by adding configuration in
chaincodesection of core.yaml, such as: