https://github.com/cbrnrd/cozy
:coffee: The Java Cryptocurrency (XCZ)
https://github.com/cbrnrd/cozy
bitcoin blockchain cozy cryptocurrency cryptography java money p2p payment peer peer-to-peer xcz
Last synced: 4 months ago
JSON representation
:coffee: The Java Cryptocurrency (XCZ)
- Host: GitHub
- URL: https://github.com/cbrnrd/cozy
- Owner: cbrnrd
- License: mit
- Created: 2017-12-22T21:28:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T22:38:00.000Z (over 7 years ago)
- Last Synced: 2025-04-07T16:02:39.152Z (7 months ago)
- Topics: bitcoin, blockchain, cozy, cryptocurrency, cryptography, java, money, p2p, payment, peer, peer-to-peer, xcz
- Language: Java
- Homepage: http://cozycoin.co
- Size: 3.28 MB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](http://carterbrainerd.me/donations/)
[](https://travis-ci.org/cbrnrd/Cozy)
[](https://codeclimate.com/github/cbrnrd/Cozy/maintainability)[](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.
![]()