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.
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
.
- IntelliJ IDEA - The IDE used to develop the project
- Gradle - Build tool/dependency management/project automation
- Travis-CI - Continuous Integration tool
Cozy is released under the terms of the MIT license. See LICENSE for more information.