Ember-chain is a blockchain inspired by bitcoin. It is implemented in rust and serves primarily as my study project.
Due to being a study project, the following features will be implemented in their minimal form necessary to be useful.
Features:
- Proof-of-Work block mining
- Crypto accounts
- Transactions with inputs, outputs, scripts.
- Block/transaction verifiers
- API for querying data and interaction
- CLI-based wallet/tool for interaction
- P2P module for exchanging data (in-progress)
- Consensus/fork logic