Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaffarell/gcoin
- Owner: kaffarell
- Created: 2021-01-23T10:51:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T23:19:54.000Z (over 3 years ago)
- Last Synced: 2024-10-16T13:30:53.794Z (2 months ago)
- Topics: blockchain, cryptocurrency, rust
- Language: Rust
- Homepage:
- Size: 125 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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