Difference between revisions of "Shard"
Jump to navigation
Jump to search
Ishyshatskyi (talk | contribs) m |
m |
||
Line 1: | Line 1: | ||
− | A shard in JaxNet is shard-blockchain together with the group of nodes that maintains it. Shards constitute JaxNet network. | + | A shard in JaxNet is a shard-blockchain together with the group of nodes that maintains it. Shards constitute JaxNet network. |
== Introduction == | == Introduction == | ||
Currently, in the majority of blockchain protocols each full node stores the entire state (account balances, contract code and storage, etc.) and processes all transactions. It provides a large amount of security, however, it greatly limits the transaction throughput of blockchain networks. [[Blockchain sharding|Sharding]] is considered to be the most promising approach to overcome [[blockchain scalability problem|blockchain scalability issues]]. | Currently, in the majority of blockchain protocols each full node stores the entire state (account balances, contract code and storage, etc.) and processes all transactions. It provides a large amount of security, however, it greatly limits the transaction throughput of blockchain networks. [[Blockchain sharding|Sharding]] is considered to be the most promising approach to overcome [[blockchain scalability problem|blockchain scalability issues]]. |
Revision as of 15:07, 11 January 2022
A shard in JaxNet is a shard-blockchain together with the group of nodes that maintains it. Shards constitute JaxNet network.
Introduction
Currently, in the majority of blockchain protocols each full node stores the entire state (account balances, contract code and storage, etc.) and processes all transactions. It provides a large amount of security, however, it greatly limits the transaction throughput of blockchain networks. Sharding is considered to be the most promising approach to overcome blockchain scalability issues.