Sam Kleinman
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
15 additions and
0 deletions
-
spec/abci/abci.md
-
spec/abci/apps.md
-
spec/abci/client-server.md
|
|
@ -1,3 +1,8 @@ |
|
|
|
--- |
|
|
|
order: 1 |
|
|
|
title: Method and Types |
|
|
|
--- |
|
|
|
|
|
|
|
# Methods and Types |
|
|
|
|
|
|
|
## Overview |
|
|
|
|
|
@ -1,3 +1,8 @@ |
|
|
|
--- |
|
|
|
order: 2 |
|
|
|
title: Applications |
|
|
|
--- |
|
|
|
|
|
|
|
# Applications |
|
|
|
|
|
|
|
Please ensure you've first read the spec for [ABCI Methods and Types](abci.md) |
|
|
|
|
|
@ -1,3 +1,8 @@ |
|
|
|
--- |
|
|
|
order: 3 |
|
|
|
title: Client and Server |
|
|
|
--- |
|
|
|
|
|
|
|
# Client and Server |
|
|
|
|
|
|
|
This section is for those looking to implement their own ABCI Server, perhaps in |
|
|
|