You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tm2/pkg/bft/abci/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,10 @@ Previously, the ABCI was referred to as TMSP.
10
10
11
11
The community has provided a number of additional implementations, see the [Tendermint Ecosystem](https://tendermint.com/ecosystem)
12
12
13
-
14
-
## Installation & Usage
15
-
16
-
To get up and running quickly, see the [getting started guide](../docs/app-dev/getting-started.md) along with the [abci-cli documentation](../docs/app-dev/abci-cli.md) which will go through the examples found in the [examples](./example/) directory.
17
-
18
13
## Specification
19
14
20
15
A detailed description of the ABCI methods and message types is contained in:
// TODO: uncommenting this creates a race which is detected by: https://github.com/golang/go/blob/2bd767b1022dd3254bcec469f0ee164024726486/src/testing/testing.go#L854-L856
See the [consensus spec](https://github.com/tendermint/classic/tree/master/docs/spec/consensus) and the [reactor consensus spec](https://github.com/tendermint/classic/tree/master/docs/spec/reactors/consensus) for more information.
1
+
See the [consensus spec](https://github.com/tendermint/tendermint/tree/master/docs/spec/consensus) and the [reactor consensus spec](https://github.com/tendermint/tendermint/tree/master/docs/spec/reactors/consensus) for more information.
0 commit comments