Mr. Will, thanks for your efforts in this great tutorial. I have a question... How would this cryptocurrency get its value while the amount is just a number we write into mined block's data ?
This is a really beautiful project, I'll sure support your channel from now and share. Really good job bro, but i must ask. Is there anyway an admin login page?
Mr. Will, thanks for your efforts in this great tutorial. I have a question... How would this cryptocurrency get its value while the amount is just a number we write into mined block's data ?
Hello Mr will.... Is this block chain centralised or decentralized?
This is a really beautiful project, I'll sure support your channel from now and share. Really good job bro, but i must ask. Is there anyway an admin login page?
i have even checked your help guide with @unbreakabul but still unable to fix that up
i'm facing these error TypeError: macro 'render_field' takes no keyword argument '_class'
i found out what my problem was, when setting up the SQL server i used "safest" password encryption and python cant login if you use that
Great! Now it’s fixed. Have you been able to use the sqlhelpers file and add to the table?
@@willassad8670 yes
there is an error: "render field" takes no keyword argument "class"
Something probably misspelled in the formhelpers or messages file
@@willassad8670 i have checked everything multiply times i thought so too, can you copy paste the script please..
@@willassad8670
{% macro render_field(field) %}
{{ field.label }}
{{ field(**kwards) |safe }}
{% if field.erros %}
{% for error in field.erros %}
{{ error }}
{% endfor %}
{% endif %}
{% endmacro %}
unbreakabul2 spelling of “errors”
Will Assad wow, I’m dumb😭😂