Blockchain
A blockchain is a digitized, decentralized ledger of transactions. Blockchains record a continuously growing list of records, called blocks, which are linked and secured using cryptography.
Here are 12,542 public repositories matching this topic...
An open source cybersecurity protocol for syncing decentralized graph data.
-
Updated
Dec 23, 2020 - JavaScript
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
-
Updated
Dec 30, 2020 - Go
Error: There was a timeout while attempting to connect to the network.
Check to see that your provider is valid.
If you have a slow internet connection, try configuring a longer timeout in your Truffle config. Use the networks[networ
If A is a constant that divides 2**256 (so basically of the form 2**N), then the two expressions should be the same. mod(mul(X, Y), A) costs 10 and mulmod(X, Y, A) costs 8 (excluding the shorter deploy code.)
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
-
Updated
Dec 21, 2020 - JavaScript
The fast, light, and robust client for Ethereum-like networks.
-
Updated
Nov 1, 2020 - Rust
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
-
Updated
Dec 23, 2020 - Go
Right now the docs correspond to what's on master. We need docs for each daemon release so developers can see what's available in the version they are using.
https://github.com/jimporter/mike may be helpful.
Monero: the secure, private, untraceable cryptocurrency
-
Updated
Dec 30, 2020 - C++
Background
When a node has multiple private channels with the same peer, the hop hints in their payment requests will be populated with multiple channels. The purpose of these hop hints is to specify the next node's key and indicate the fees and cltv delta needed for route construction.
In pathfinding, due to non-strict forwarding, an LND node paying to this destination will only use the
A guide to smart contract security best practices
-
Updated
Dec 25, 2020 - HTML
A parametrized option to set the blocksize would be useful to experiment with. As quorum is used in a private setting I think this option should be available
Triggered by tendermint/tendermint#5805
We should modify our logger to format byte slices as base 16 (upper case) automatically, which will remove the need for fmt.Sprintf("%X", hash) calls.
Hyperledger Project is a new Collaborative Project at The Linux Foundation. The technical community is just getting started and will be adding code to the repository in the coming weeks. Check hyperledger.org for more information about joining the mailing lists and participating in the conversations.
-
Updated
Jul 12, 2020
Clients that support multiple server connections would like to have a way to decide which server connection is best able to handle a query. Servers currently "sort of" expose their load as fees, but there's no real exposure of server load in a useful way. Some parameter should be added to the "server" publication stream that clients can just compare across servers to decide which is most likely to
Meet BigchainDB. The blockchain database.
-
Updated
Dec 23, 2020 - Python
The Comprehensive Ethereum Reading List
-
Updated
May 25, 2020
Squeezer Framework - Build serverless dApps
-
Updated
May 9, 2019 - JavaScript
黑马程序员 120天全栈区块链开发 开源教程
-
Updated
Nov 5, 2019 - JavaScript
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
-
Updated
Dec 30, 2020 - JavaScript
Bitpay Wallet (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices.
-
Updated
Dec 30, 2020 - TypeScript
Curated collection of blockchain & cryptocurrency resources.
-
Updated
Oct 31, 2020


If we config the cache options in the config file, then it will be overwritten.