cosme12 / SimpleCoin

Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
http://copitosystem.com
MIT License
1.78k stars 397 forks source link

No flow is given in the code #35

Closed 1stdevfriend closed 2 years ago

1stdevfriend commented 6 years ago

Please share the flowchart of the given code so I can modify the same.

Thank you. Kartikey Kushwah

Ali-Xoerex commented 2 years ago

Hey @cosme12 Are you still considering adding a flowchart for the code ? I believe as the code gets more complicated , maintaining the flowchart and adding more details to it would be a burden However , a high-level flowchart without so much detail would be good. for example , instead of explaining every step in the signature validation process , it would only be represented with a black box , titled "Validate Signature" If this is what you're looking for , I'm interested in designing one for the project

cosme12 commented 2 years ago

Hey @cosme12 Are you still considering adding a flowchart for the code ? I believe as the code gets more complicated , maintaining the flowchart and adding more details to it would be a burden However , a high-level flowchart without so much detail would be good. for example , instead of explaining every step in the signature validation process , it would only be represented with a black box , titled "Validate Signature" If this is what you're looking for , I'm interested in designing one for the project

Sure, go for it. The idea is to make this project as simple as possible for new "users".

Ali-Xoerex commented 2 years ago

Hey @cosme12 Are you still considering adding a flowchart for the code ? I believe as the code gets more complicated , maintaining the flowchart and adding more details to it would be a burden However , a high-level flowchart without so much detail would be good. for example , instead of explaining every step in the signature validation process , it would only be represented with a black box , titled "Validate Signature" If this is what you're looking for , I'm interested in designing one for the project

Sure, go for it. The idea is to make this project as simple as possible for new "users".

Okay , Thanks! Also it would be great if you assigned me to this issue Thanks again!

Ali-Xoerex commented 2 years ago

Hey @cosme12 Please have a look at my PR (#91) and let me know if any changes are necessary Thanks!