mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 03:31:42 +00:00
readme: update install instruction (#100)
This commit is contained in:
@ -8,6 +8,15 @@ and the state machine (the application).
|
|||||||
By using a socket protocol, we enable a consensus engine running in one process
|
By using a socket protocol, we enable a consensus engine running in one process
|
||||||
to manage an application state running in another.
|
to manage an application state running in another.
|
||||||
|
|
||||||
|
# Install
|
||||||
|
|
||||||
|
```
|
||||||
|
go get github.com/tendermint/abci
|
||||||
|
cd $GOPATH/src/github.com/tendermint/abci
|
||||||
|
glide install
|
||||||
|
go install ./cmd/...
|
||||||
|
```
|
||||||
|
|
||||||
For more information on ABCI, motivations, and tutorials, please visit [our blog post](https://tendermint.com/blog/abci-the-application-blockchain-interface),
|
For more information on ABCI, motivations, and tutorials, please visit [our blog post](https://tendermint.com/blog/abci-the-application-blockchain-interface),
|
||||||
and the more detailed [application developer's guide](https://tendermint.com/docs/guides/app-development).
|
and the more detailed [application developer's guide](https://tendermint.com/docs/guides/app-development).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user