Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaffarell/gcoin

Centralized cryptocurrency in rust
https://github.com/kaffarell/gcoin

blockchain cryptocurrency rust

Last synced: 20 days ago
JSON representation

Centralized cryptocurrency in rust

Awesome Lists containing this project

README

        

# gcoin
Cryptocurrency with proof of work created entirely in rust.

## Todo
* [x] Basic server and client, supporting transaction
* [x] Block Mining
* [x] Send Transaction over http
* [ ] Make it decentralized
* [ ] Switch to proof of stake