mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
bring blockchain back
This commit is contained in:
3
spec/blockchain/blockchain.md
Normal file
3
spec/blockchain/blockchain.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Blockchain
|
||||
|
||||
Deprecated see [core/data_structures.md](../core/data_structures.md)
|
||||
3
spec/blockchain/encoding.md
Normal file
3
spec/blockchain/encoding.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Encoding
|
||||
|
||||
Deprecated see [core/data_structures.md](../core/encoding.md)
|
||||
11
spec/blockchain/readme.md
Normal file
11
spec/blockchain/readme.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
cards: false
|
||||
---
|
||||
|
||||
# Blockchain
|
||||
|
||||
This section describes the core types and functionality of the Tendermint protocol implementation.
|
||||
|
||||
[Core Data Structures](./data_structures.md)
|
||||
[Encoding](./encoding.md)
|
||||
[State](./state.md)
|
||||
3
spec/blockchain/state.md
Normal file
3
spec/blockchain/state.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# State
|
||||
|
||||
Deprecated see [core/state.md](../core/state.md)
|
||||
Reference in New Issue
Block a user