Difference between revisions of "Blockchain"
From CoinWiki
Line 10: | Line 10: | ||
* R3’s [[Corda]] | * R3’s [[Corda]] | ||
* [[Symbiont Distributed ledger]] | * [[Symbiont Distributed ledger]] | ||
− | * [[CryptoNote | + | * [[CryptoNote]] |
* [[ForkNote]] | * [[ForkNote]] | ||
How to [[How to create a blockchain network|create your own]] | How to [[How to create a blockchain network|create your own]] |
Revision as of 00:48, 5 May 2018
A blockchain is an ever growing list of transactions (blocks) which are stored and linked using Cryptography. A couple benefits of using blockchain technology are that it combats the Double Spending problem and that the transactions recorded are immutable.
Bitcoin and other cryptocurrencies are recorded chronologically and in a public digital ledger (blockchain).
Blockchain Protocols
- Bitcoin
- Ethereum
- Ripple Consensus Network
- Hyperledger
- R3’s Corda
- Symbiont Distributed ledger
- CryptoNote
- ForkNote
How to create your own