Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesems/ember-chain
Bitcoin-like PoW blockchain written in Rust.
https://github.com/thesems/ember-chain
bitcoin blockchain rust
Last synced: 24 days ago
JSON representation
Bitcoin-like PoW blockchain written in Rust.
- Host: GitHub
- URL: https://github.com/thesems/ember-chain
- Owner: thesems
- Created: 2024-02-02T19:59:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T08:28:57.000Z (9 months ago)
- Last Synced: 2024-05-18T01:38:51.261Z (9 months ago)
- Topics: bitcoin, blockchain, rust
- Language: Rust
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember-chain :fire::chains:
## What is it?
Ember-chain is a blockchain inspired by bitcoin. It is implemented in rust and serves primarily as my study project.## Roadmap
Due to being a study project, the following features will be implemented in their minimal form necessary to be useful.
**Features:**
- [x] Proof-of-Work block mining
- [x] Crypto accounts
- [x] Transactions with inputs, outputs, scripts.
- [x] Block/transaction verifiers
- [x] API for querying data and interaction
- [x] CLI-based wallet/tool for interaction
- [x] P2P module for exchanging data
- [x] Consensus/fork logic