Update README.md

This commit is contained in:
Jae Kwon 2014-11-20 05:25:12 -08:00
parent 8c5e8d3a63
commit 6cfe56a8b2
1 changed files with 14 additions and 7 deletions

View File

@ -1,11 +1,11 @@
Tendermint in Golang
[**Website**](http://tendermint.com) **|** [**Website**](http://tendermint.com) **|**
[**Blog**](http://tendermint.com/posts/) **|** [**Blog**](http://tendermint.com/posts/) **|**
[**Forum**] (http://forum.tendermint.com) **|** [**Forum**] (http://forum.tendermint.com) **|**
**IRC:** #tendermint@freenode [**IRC**] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint)
Tendermint is a completely decentralized byzantine consensus protocol suitable for use in crypto-currencies. Tendermint in Golang
Tendermint is a completely decentralized byzantine consensus protocol suitable for use in cryptocurrencies.
This project is a reference implementation of the protocol. This project is a reference implementation of the protocol.
@ -18,16 +18,23 @@ This project is a reference implementation of the protocol.
* **[merkle](https://github.com/tendermint/tendermint/blob/master/merkle):** merkle hash trees * **[merkle](https://github.com/tendermint/tendermint/blob/master/merkle):** merkle hash trees
* **[p2p](https://github.com/tendermint/tendermint/blob/master/p2p):** extensible P2P networking * **[p2p](https://github.com/tendermint/tendermint/blob/master/p2p):** extensible P2P networking
## Requirements
[Go](http://golang.org) 1.2 or newer.
## Build ## Build
[![Build Status](https://drone.io/github.com/tendermint/tendermint/status.png)](https://drone.io/github.com/tendermint/tendermint/latest) [![Build Status](https://drone.io/github.com/tendermint/tendermint/status.png)](https://drone.io/github.com/tendermint/tendermint/latest)
`go build -o tendermint github.com/tendermint/tendermint/cmd` ```
go get github.com/tendermint/tendermint/...
go build -o tendermint github.com/tendermint/tendermint/cmd
```
## Run ## Run
`./tendermint daemon` `./tendermint daemon`
## Contribute
## Resources ## Resources
IRC Channel: #tendermint on freenode