status-im / nimplay

Nim Ethereum Contract DSL. Targeting eWASM.
MIT License
20 stars 5 forks source link

Add erc20 example #19

Closed jacqueswww closed 4 years ago

jacqueswww commented 4 years ago
zah commented 4 years ago

wow, this is very cool!!! Has anyone done something similar in any of the other ewasm-capable languages?

jacqueswww commented 4 years ago

I don't think so because no other languages have support for 256 bit math as far as I know. They use wrc-20 which is a primitive erc20 (no mappings/allowances, 64 bit). So yes quite excited that it compiles - the only real outstanding problem is _ naming on the ABI output.