status-im/nim-web3

Improvement ideas

Closed this issue · 1 comments

  • Separate out the contract definition macro, so that it can be reused by nim-contracts/playground, and so that the contract interfaces defined with it can be reused too.
  • Use compile-time keccak for function signatures.

I believe these have both been addressed, ie there's a contracts_dsl which uses compile-time keccak..