README.md

Summary

Maintainability
Test Coverage
![Cozy](https://github.com/cbrnrd/Cozy/blob/master/img/MAIN_IMG_AND_LOGO.png)

[![Donations Badge](https://yourdonation.rocks/images/badge.svg)](http://carterbrainerd.me/donations/)
[![Build Status](https://travis-ci.org/cbrnrd/Cozy.svg?branch=master)](https://travis-ci.org/cbrnrd/Cozy)
[![Maintainability](https://api.codeclimate.com/v1/badges/aae0d10eee08ad31cf2a/maintainability)](https://codeclimate.com/github/cbrnrd/Cozy/maintainability)

[![GitHub license](https://img.shields.io/github/license/cbrnrd/Cozy.svg?style=for-the-badge)](https://github.com/cbrnrd/Cozy/blob/master/LICENSE)

# What is Cozy?
Cozy is a cryptocurrency based on secure blockchain technology. Cozy uses peer-to-peer networking to keep payments secure and without a central authority. Cozy Core (this repo) is the name of the open source software backend which enables the use of this currency.

# Running your own node.
Since Cozy is built using Java, the node can be run on Linux, Windows, or macOS. Just clone the source and run your operating system's startup script
(`cozyd.bat` for Windows, `cozyd` for *nix) or you can just execute `./gradlew run`.
# Built With
- [IntelliJ IDEA](https://www.jetbrains.com/idea/) - The IDE used to develop the project
- [Gradle](https://gradle.org/) - Build tool/dependency management/project automation
- [Travis-CI](https://travis-ci.org/) - Continuous Integration tool

# Author
- Carter Brainerd - Creator and founder of [Codepace](http://codepace.io) - [Website](http://carterbrainerd.me)

# License
Cozy is released under the terms of the MIT license. See [LICENSE](https://github.com/cbrnrd/Cozy/blob/master/LICENSE) for more information.

<p align="center">
  <img height="100" width="300" src="https://i.imgur.com/obHmDnX.png">
</p>