Add README, LICENSE, and setup Travis.

This commit is contained in:
Romain Ruetschi
2016-11-11 14:09:55 +01:00
parent e509b5ac15
commit 6634a824c5
3 changed files with 53 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# merkle.rs
[![Build Status](https://travis-ci.org/SpinResearch/merkle.rs.svg?branch=master&style=flat)](https://travis-ci.org/SpinResearch/merkle.rs)
![Status](https://img.shields.io/badge/status-wip-red.svg?style=flat)
[![Issues](http://img.shields.io/github/issues/SpinResearch/merkle.rs.svg?style=flat)](https://github.com/SpinResearch/merkle.rs/issues)
![License](https://img.shields.io/badge/license-bsd3-brightgreen.svg?style=flat)
> *merkle.rs* is a Rust implementation of a [Merkle tree](https://en.wikipedia.org/wiki/Merkle_tree).
## License
See [LICENSE](LICENSE).