19 lines
511 B
Markdown
19 lines
511 B
Markdown
# GOODCHAIN
|
|
This is the final assesment of the blockchain minor of period 1. [EXPLANATION FILE](https://hrnl-my.sharepoint.com/:w:/g/personal/bashb_hr_nl/Ed7VWyB5vbtPmCgeKl1g_S4BbkmE7CPrS1sigEfSAOdmDw?e=0fDOJQ)
|
|
|
|
# INSTALL
|
|
1: Install all the packages
|
|
```
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
# TODO
|
|
- Validate blocks by other users
|
|
- add mine fee
|
|
- add settings on startup
|
|
- create notifications
|
|
- cancel transactions
|
|
- modify transaction
|
|
- check validity of transactions in pool
|
|
- remove transaction from pool
|
|
|