|
|
|
|
|
by currymj
3249 days ago
|
|
maybe not a hello world, but even very rudimentary 20 LoC contracts for, say, keeping account balances can have reentrancy vulnerabilities when written in the obvious way. so your customer could just give themselves an infinite balance. i don't think it's impossible to write secure smart contracts but it takes quite a bit of care even for simple stuff. there are many issues that arise because your functions might be called by an adversary who has set up the stack in an evil way. |
|