mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-18 07:31:20 +00:00
add spec/abci/readme to sidebar (#2551)
This commit is contained in:
@ -106,6 +106,7 @@ module.exports = {
|
|||||||
title: "ABCI Spec",
|
title: "ABCI Spec",
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
children: [
|
children: [
|
||||||
|
"/spec/abci/",
|
||||||
"/spec/abci/abci",
|
"/spec/abci/abci",
|
||||||
"/spec/abci/apps",
|
"/spec/abci/apps",
|
||||||
"/spec/abci/client-server"
|
"/spec/abci/client-server"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# ABCI
|
# Overview
|
||||||
|
|
||||||
ABCI is the interface between Tendermint (a state-machine replication engine)
|
ABCI is the interface between Tendermint (a state-machine replication engine)
|
||||||
and your application (the actual state machine). It consists of a set of
|
and your application (the actual state machine). It consists of a set of
|
||||||
@ -11,9 +11,9 @@ This allows Tendermint to run applications written in any programming language.
|
|||||||
|
|
||||||
This specification is split as follows:
|
This specification is split as follows:
|
||||||
|
|
||||||
- [Methods and Types](abci.md) - complete details on all ABCI methods and
|
- [Methods and Types](./abci.md) - complete details on all ABCI methods and
|
||||||
message types
|
message types
|
||||||
- [Applications](apps.md) - how to manage ABCI application state and other
|
- [Applications](./apps.md) - how to manage ABCI application state and other
|
||||||
details about building ABCI applications
|
details about building ABCI applications
|
||||||
- [Client and Server](client-server.md) - for those looking to implement their
|
- [Client and Server](./client-server.md) - for those looking to implement their
|
||||||
own ABCI application servers
|
own ABCI application servers
|
||||||
|
Reference in New Issue
Block a user