update readme and changelog

This commit is contained in:
Ethan Buchman
2017-06-02 23:18:10 -04:00
parent 2b5b017253
commit d19d8e7914
2 changed files with 61 additions and 31 deletions
+10 -7
View File
@@ -51,16 +51,19 @@ Yay open source! Please see our [contributing guidelines](https://tendermint.com
### Sub-projects
* [ABCI](http://github.com/tendermint/abci)
* [Mintnet-kubernetes](https://github.com/tendermint/tools/tree/master/mintnet-kubernetes)
* [Go-Wire](http://github.com/tendermint/go-wire)
* [Go-P2P](http://github.com/tendermint/tendermint/p2p)
* [Go-Merkle](http://github.com/tendermint/go-merkle)
* [ABCI, for enabling applications in any language](http://github.com/tendermint/abci)
* [Go-Wire, our serialization library](http://github.com/tendermint/go-wire)
* [Go-Crypto, our cryptography library](http://github.com/tendermint/go-crypto)
* [TmLibs, our assortment of Go librarues](http://github.com/tendermint/tmlibs)
* [Merkleeyes, a balanced, binary Merkle tree for ABCI apps](http://github.com/tendermint/merkleeyes)
### Tools
* [Deployment, Benchmarking, and Monitoring](https://github.com/tendermint/tools)
### Applications
* [Ethermint](http://github.com/tendermint/ethermint)
* [Basecoin](http://github.com/tendermint/basecoin)
* [Ethermint, for running Ethereum on Tendermint](http://github.com/tendermint/ethermint)
* [Basecoin, our cryptocurrency application framework](http://github.com/tendermint/basecoin)
### More